JES 5.0 alpha 4
Pre-release
Pre-release
Development snapshot of JES 5.0. (The final release of JES 5.0 is expected in August 2014.)
- Supervisor: Mark Guzdial
- Primary Developer: Matthew Frazier
- Contributors: Christine Alvarado
Changes in Alpha 4
- Made the entire JES startup sequence threadsafe.
- Renamed
setLibPath
toaddLibPath
(leaving behind a compatibility alias). - Fixed error messages that display during load.
- Fixed the insertion point disappearing from the Command Window occasionally (such as when
pickAFile()
is called). - Fixed bug that prevented the skins of the Watcher and Help panels from changing with the rest of the application.
- Fixed newlines sometimes not appearing when return values are printed.
- Adjusted appearance of the Watcher to look nice on non-Metal skins.
- Added new themes for the Command Window.
- Added a
--jython
switch toJESstartup
that invokes Jython directly. - Added a
JESEnvironment.{sh,bat}
file that can be used to customize the Java VM. - Added the OS version to the version message.
- Rewrote the about, introduction, and bug report dialogs to have more information.
- Cleaned up the session wraparound setting, so that the code lives in
Pixel
instead ofJESConfig
. - Removed a bunch of old, unused Python files.
The full changelog from JES 4.3 is given in jes/help/JESChangelog.txt
.
Available Downloads
jes-5.0a4-linux.tar.gz
: A .tar.gz file for Linux or UNIX. Just unpack it and runjes.sh
.jes-5.0a4-macosx.zip
: A .zip file which contains aJES.app
package for Mac OS X. It should work on any Mac of any CPU architecture.jes-5.0a4-windows.exe
: An .exe file that installes JES on a Windows system. It includes a Java Runtime Environment, which will be installed automatically if necessary.jes-5.0a4-windows-java-included.zip
: A .zip file for Windows, including a Java Runtime Environment for JES. Just unzip it and double-clickJES.exe
.jes-5.0a4-windows-java-required.zip
: A .zip file for Windows, just like thejava-included
ZIP file but without the JRE. (This makes it much smaller.)jes-5.0a4-testkit.zip
: A package containing the JES test suite and demos, to use for testing.