Author
Claudio De Sio Cesari
EJE
License  GPL version 2
Copyright Claudio De Sio Cesari
[2003 - 2012]
EJE
(Everyone's Java Editor)
Version 3.2 Metropolis (Nov 02nd 2012)

System's Requirements

Hardware:
Memory: Minimum 16 MB (32 MB is recommended)
Disc Space: about 770 KB

Software:
Java Platform: Java Development Kit Standard Edition, v1.6.x or higher (find it here)

Operating System: Platform Indipendent.

Install and launch EJE

EJE is multiplatform, but require two different scripts to be launched on Windows or Linux. I've created more then one distribution archives that differs only for the way they have been archived.

FOR WINDOWS USERS (Windows 9x/NT/ME/2000/XP/Vista/7): Once downloaded an archive (like eje.zip) on your computer:
1) Use a zip utility like WinRar or WinZip to extract it.
2) Double click on
eje.bat file (eje_win9x.bat for Windows 95/98)
.

FOR UNIX-LIKE OS USERS (Linux, Solaris...): Once downloaded an archive (like eje.rar) on your computer:
1) Unrar with the rar (or unrar) utility and you will obtain the EJE directory.
2) Change
eje.sh permissions with chmod. Type from command line

   
        chmod a+x eje.sh

3) Launch the eje.sh file in the EJE directory.

FOR USERS THAT HAVE PROBLEMS WITH THESE SCRIPTS (Windows & Linux, Solaris ): Type from command line (DOS prompt or Unix Shell) the following command:

            java -classpath . com.cdsc.eje.gui.EJE

If the OS doesn't recognize the command, then you haven't installed yet the Java Development Kit (version 1.6 or higher) or you haven't set the environment variable
PATH to the bin directory of the JDK (see JDK "Installation Notes")