Jipe - Installation

New Notes
Version 0.93 of Jipe now contains JSwat, a debug package. In order to use JSwat, you need to set a classpath pointing to Jipe.jar, and to either jpda.jar or tools.jar depending on what version of the JDK you are running.
More information on setting up and using JSwat and the JPDA can be found at www.bluemarsh.com

The main package once unzipped will contain an executable jar file, and startup script files.
for JDK1.1.x - Use the appropriate script your operating system to start Jipe.
Note, you may have to edit these files so that the classpath is set correctly.
JDK1.2 - Type java -jar Jipe.jar from where the Jipe.jar file is stored
JDK1.2 + Windows 95, Windows 98 & Windows NT you should also be able to start Jipe by double clicking on the Jipe.jar icon.

Other Options :
It is possible to use jipe from within any working directory, or by starting jipe by double clicking on .prj or .java icons, however due to compatibility issues, I'll leave this to the users discretion to sort out.

Back to Main Page