You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

The HPS Java project is based on the org.lcsim framework and provides a full set of physics reconstruction and simulation tools.

Preliminary Tools

Before beginning the installation process, you will want to have available the following tools on your machine.

Java

The software is currently compatible with Java versions 1.7 and greater.  It will not currently build with Java 1.6 or other earlier versions.  You need to download the "Java Platform (JDK)" and not just the JRE in order to have all the necessary tools available.

The bundle for your system should be downloaded from the Java SE downloads site.  Then you need to follow the setup instructions.

Once this is completed, you should make sure that the Java compiler is available from the command line.

[1077 $] javac -version
javac 1.7.0_17

 

 

  • No labels