Java
CISE maintains up-to-date Java installations using APT on Ubuntu systems and Oracle's Java Update on Windows systems. Typically, the latest stable and secure version of Java will be installed.
Which Version of Java is Installed?
To determine which version of Java is installed, execute:
% java -version
java version "1.6.0_24"
Set the user environment PATH for jGRASP
If you are experience problems with
jGRASP on Windows, ensure your PATH
contains C:\Program Files (x86)\Java\jre6\bin.
- From the Start Menu, enter
envin Search Programs and Files. - Select Edit Environment variables for your account.
-
In Environment Variables path for user add Path Variable name and add
C:\Program Files (x86)\Java\jre6\binto Variable value.
Screenshot of the Environment Variables dialog in Windows.