by Rizzy J (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

JACE is an application that users can use to code their Java applications and applets. It has a MDI architecture. Also included is the option to disassemble Java classes using Sun JDK as well as browsing applets and documentation.
PLEASE NOTE, Sun JDK needs to be installed onto the target machine before using this program. This is because parts of the program call JDK and the batch files uses JDK.
Assumes
Place the two DOS batch files into the C:\ drive of your system.
Sun JDK needs to be installed onto the target machine.
If you are not using JDK1.4, please change the DOS batch files as well as VB code in the lines that refer to jdk1.4.
e.g. if VB code says c:\jdk1.4, then change yours to jdk1.3 if you have JDK1.3 installed. Check this for both VB code and the DOS batch files!
Various features of the program can be improved. These are:
Printing,
Closing child windows,
Disassembling classes,
Running applets