Re: VM Parameters Application Parameters
Posted By:
Nelson_Deogracias
Posted On:
Wednesday, August 15, 2001 09:11 PM
If you are looking for your desired App. Server, Go to "Project Menu" then "Project Properties" and choose "Servers" tab click the button with "..." and choose your server, this will fill up the necessary params for your application.
Re: VM Parameters Application Parameters
Posted By:
Nelson_Deogracias
Posted On:
Wednesday, August 15, 2001 09:06 PM
VM Parameters are parameters needed by the java compiler/interpreter to run your application in an optimize way. For speed, stack sizes, heap usage,
etc.
i.e. :
c:>java -hotspot -ms64m -mx64m ...
Application Parameters are the parameters needed by JBuilder to compile your application, but occasionally you won't need to setup this one, because JBuilder IDE provides one for you.