Jipe - F.A.Q's


Q. I am getting a null pointer exception when I try and start Jipe.
A. The only time when this will occur is when you have an older version of Jipe on your system. You need to find and delete a file that will be stored in your home/default directory. If you cannot find it manually, search for it. The file is jipe.properties.
Q. I am using JDK1.1+ and keep getting errors when I try to compile the source code.
A. The one main cause for having this problem is because I have to use a different printing method for JDK1.2 users. Print.java needs to be renamed/removed, and the relevant code commenting out from Jipe.java.
Q. When I try to use the debugger, the console tells me its starting, but nothing happens.
A. You need to add the Jipe.jar package to your classpath.

Back to Main Page