For executable files produced with JBuilder 2006 and prior you have to
specify these options in separate config file and provide this config
file as option to Executable build task.
Doychin
thx!!
"Doychin Bondzhev" <doy...@dsoft-bg.com>
???????:4848...@newsgroups.borland.com...
File->New
Build-> Native executable. Follow the instructions of the wizard. In the
wizard there are 3 specific pages for executables.
One is for the main class. The second is for the platforms you want to
target with your executables. The third is for the runtime
configuration. Check the documentation for more details.
After you complete the wizard steps there will be new node in the
project. Open properties for this node.
There are 2 specific pages in the node properties.
Executables - This one specifies the executables you want to generate.
Runtime - This one is used to provide the configuration file with your
options that you want to pass to the JVM and your application.
I suggest you read the help for these 2 pages and also read
"Creating configuration files for native executables"
Doychin