Delphi Clinic | C++Builder Gate | Training & Consultancy | Delphi Notes Weblog | Dr.Bob's Webshop |
|
Using the Sun JDK tools
In the JBuilder2/java folder we can find the complete Sun JDK (Java Development Kit).
To use the tools in this JDK from the DOS prompt we must first make sure we set a couple of environment variables.
And luckily for us JBuilder 2 comes with a batch file which takes care of this.
Possibly we get a error saying our environment space is too small.
To enlarge the environment we must add a line to config.sys if we are using Windows95/98:
shell=c:\command.com /e:4096 /e
This will create an environment of 4Kb, large enough for the setvars code.