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
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. |
/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- /?