Posted By:
Luigi_Viggiano
Posted On:
Thursday, October 25, 2001 01:26 AM
This is a nice trick to make the exe with JBuilder 3.5 and above:
Go in the JBuilder5/bin directory and check there... There are some files "bcj.exe, bmj.exe, dbpilot.exe,..." and some others with the same name but ending with a "w".
D:jbuilder5in>dir j*.exe j*.config /os
Il volume nell'unità D non ha etichetta.
Numero di serie del volume: 28F7-11CD
Directory di D:jbuilder5in
04/09/01 10.30 945 jsql.config
04/09/01 10.30 1.115 JdsExplorer.config
04/09/01 10.30 1.176 JdsServer.config
04/09/01 10.30 1.200 JBuilder.config
04/09/01 10.30 1.852 jdk.config
04/09/01 10.30 16.384 JBuilder.exe
04/09/01 10.30 16.384 JdsServer.exe
04/09/01 10.30 16.384 JdsExplorer.exe
04/09/01 10.30 16.384 jsql.exe
04/09/01 10.30 20.480 JdsExplorerW.exe
04/09/01 10.30 20.480 JdsServerW.exe
04/09/01 10.30 24.064 JBuilderW.exe
12 File 136.848 byte
12.037.988.352 byte disponibili
You can see that they have the same file size, and they are identical.
Here you find also a list of ".config" files.
The .exe ending with "w" are native wrapper for javaw.exe, and the .exe not ending with "w" are wrappers for java.exe.
Using those files you can configure your jvm wrapper for your application, copying for example jbuilder.* to myapp.* and jbuilderw.exe to myappw.exe. The sintax of .config file is about easy to understand and to be adapted for your use.