Microsoft SDK for Java

Jexegen

The Java Win32® Executable Generator (jexegen) converts Java classes into a fully executable Microsoft® Win32® application. The executable produced is in the exegen format. Jexegen can also create COM DLLs with embedded type libraries.

Use the following command to run jexegen:

jexegen [options] [@commandfile] files

Jexegen Command-Line Arguments

options One or more jexegen options.
@commandfile A command file listing options and file specifications to be used by jexegen. For more information, see Command Files.
<files> Names of the files to be converted. You can specify class files and arbitrary data files.

Jexegen Command-Line Options

/ba /base /bindto /cri /d /main /maxver /nologo /nomain /out /r /r- /raw /reg /special:tlb[-] /special:pe[-] /special:all[-] /special:res /stack /v /w /win32res /win32res- /?

See Also

Jexegen Options

Jexegen Usage Notes

Exegen Format

© 1999 Microsoft Corporation. All rights reserved. Terms of use.