...
Info |
---|
If you known that Java 5.0 is properly installed on your current machine, then this section may safely be skipped. |
JAS3 and org.lcsim should be installed after Java has already been installed.
Java Installation
Windows and Linux
Download the JDK 1.5 from Sun's Java site and install it.
Tip | ||
---|---|---|
| ||
Another option for setting up Java is the Java JDK 1.5 with Netbeans Bundle, which includes the free IDE Netbeans. Netbeans features code completion, a modular plugin system, and integration with Ant and Maven. |
Mac OSX 10.4
After installing http://www.apple.com/support/downloads/java2se50release1.html
It is necessary to do the following to get the correct version of
the java compilier.
cd /System/Library/Frameworks/JavaVM.framework/Versions/
sudo mv CurrentJDK CurrentJDK14
sudo ln -s 1.5 CurrentJDK
Checking the Installation
...