Home About JPE Screen Shots Downloads Report Bugs About Me Contact Me


JPE - Downloads



All files can be downloaded from here in zip format(752,644 kb). You will need Apache's Ant build tool to compile the sources, a build.xml is included, and Sun's SDK v1.4 or above.

To build the sources in Windows, simply created a batch file as follows:
cd C:\jpe
ant compile
pause


To run the program create a batch file with the following:
CD C:\jpe\build
set CLASSPATH=%CLASSPATH%;C:\jpe\build;
%JAVA_HOME%\bin\java.exe startjpe

or
%JAVA_HOME%\bin\javaw.exe startjpe
to run without a dos window

N.B. The above assumes you have installed to the 'C' drive and that the JAVA_HOME environment variable has been set correctly and that ant is installed and ANT_HOME also is set.