Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
eje_windows.zip | 2020-11-04 | 73.7 MB | |
eje_mac.zip | 2020-11-04 | 73.8 MB | |
eje_linux.zip | 2020-11-04 | 75.3 MB | |
README.txt | 2020-11-04 | 3.4 kB | |
eje_nort.zip | 2020-11-04 | 910.8 kB | |
eje_src.zip | 2020-11-04 | 190.2 kB | |
Totals: 6 Items | 223.9 MB | 2 |
DOWNLOAD EJE FOR YOUR PLATFORM (WINDOWS, LINUX, MAC) Install and launch EJE EJE is a cross-platform program, and there are versions for Windows, Linux and Mac platforms that include an integrated development environment. For other platforms you can download only eje_nort.zip, and correctly install a JDK (version 8 or higher) on your platform together with the corresponding configuration of the PATH variable. FOR WINDOWS USERS Once the eje_windows.zip file has been downloaded to your computer: 1) unzip it through a program such as WinRar, 7Zip, or simply by clicking on the file with the right button, and selecting the "Extract all" item. 2) Launch the eje.exe file with a double click. FOR UNIX-LIKE OS USERS (Linux, Solaris...) Once the eje_linux.zip file (for Linux-Unix systems), or eje_mac.zip (for macOS) has been downloaded to your computer: 1) Unzip the file using a zip utility such as unzip. 2) Change the permissions of the eje.sh file with the chmod command. From terminal type: chmod a+x eje.sh 3) Launch the eje.sh file in the EJE directory. FOR MAC OS USERS Once the eje_mac.zip has been downloaded to your computer: 1) Unzip the file using a zip utility such as unzip. 2) Change the permissions of all files in the EJE folder with the chmod command. From terminal type: chmod -R 777 * Then launch EJE typing: ./eje.sh 3) If the system refuse to launch "java", click on "Allow Anyway java" from "System Preferences" -> "Security and Privacy", to enable Java execution (do the same with "javac" after the first compilation). 4) Then launch EJE one more time typing: ./eje.sh FOR USERS THAT HAVE PROBLEMS WITH THESE SCRIPTS OR WANT TO USE OTHER JAVA 8 (OR HIGHER) ENABLED PLATFORMS: Once the eje_nort.zip file (Windows, Linux, Mac or others) has been downloaded to your computer: 1) Correctly install a JDK on your platform with relative configuration of the PATH variable. 2) From the command line (DOS prompt or Unix shell) type the following command: java -classpath .;eje.jar com.cdsc.thewitch.EJEWitch ********************************************** RELEASE NOTES FOR EJE (EVERYONE'S JAVA EDITOR) Changes between 4.1 and 4.0 ---------------------------------------------- - Now EJE support Java 15 development. - Fixed a JDK bug that occurred on some Windows environment: the caret cursor position should be now always aligned with characters on Windows with hi-dpi monitor. - Added a notification system for updating the runtime used by EJE. New clickable icons (with tooltips) will be displayed in the status bar, when EJE start to download a new runtime, and when the download runtime has been ready to be installed. Closing EJE will cause the updating of the new runtime (the old runtime will renamed as ejertbkp). - Removed the eje.exe file since it causes some issues with the auto-updating system. Now to launch EJE, you've to launch the eje.bat file. - Fixed a bug that made EJE not capable to use local resources. - Fixed a bug that made impossible to launch class files under some circustances on some Linux and Mac environments. - Fixed a bug on import statement recognition in the editor. - Fixed a bug that made the auto - Updated manuals. - Added an icon in the statusbar about my last book (Italian language) on Java 15 (link to www.nuovojava.it)