Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The org.lcsim reconstruction and analysis software requires Java J2SE 5.0, which is also known as version 1.5
(which might confuse you!).

Info

If you known know that Java 5.0 is properly installed on your current machine, then this section may safely be skipped.

...

Tip
titleJava Netbeans Bundle

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.

Tip
titleJava on 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.

No Format
cd /System/Library/Frameworks/JavaVM.framework/Versions/

...

 
sudo mv CurrentJDK CurrentJDK14

...


sudo ln -s 1.5 CurrentJDK

Checking the Installation

...

On Windows

On Windows, go to Start -> Settings -> Control Panel -> Add or Remove Programs.

...

The first line of output should look like this. (The rest of the printout was removed.)

No Format
javac 1.5.0

...