changes.
| | h1. Installing JAS3, Java and the LCSim Plugin |
| | |
| | |
| | h2. What is JAS3? |
| | |
| | [Java Analysis Studio|http://jas.freehep.org/] or JAS is a studio (GUI) application built upon the [Java programming language|http://java.sun.com]. It has an integrated compiler and class loader and can load and compile user Java programs on-the-fly. JAS benefits from key features of Java, itself, such as dynamic class loading and unloading, extensive built-in utility libraries and the ease which cross-platform GUIs can be developed using the SWING toolkit. It implements the [Abstract Intefaces for Data Analysis|http://aida.freehep.org/index.thtml] for plotting and has a built-in [WIRED4|http://wired.freehep.org/index.html] event display. JAS has a plugin system for extending the functionality of the application by adding support for different event displays, IO formats, etc. {info:title=JAS3} |
| | The current version of JAS is [JAS3|http://jas.freehep.org/jas3/]. {info} |
| | |
| | | |
| | | {tip:title=Handy Hint} |
| | If you have problems when following these instructions please ask questions on the [JAS3|http://forum.freehep.org/index.php?t=thread&frm_id=3&rid=0] or [org.lcsim|http://forum.linearcollider.org/index.php?t=threadt&frm_id=41&rid=3] discussion forums. |
| | {tip} |
| | |
| | h2. JAS3 Setup |
| | |
| | Download the [current version of JAS for your platform|ftp://ftp.slac.stanford.edu/software/jas/JAS3/]. |
| | |
| | After installing JAS3, run the application and go to *View \-> Preferences \-> Java \-> Compiler*. |
| | |
| | !jas3_compiler.PNG! |
| | |
| | On Windows, the compiler setting should be read automatically from the system registry. |
| | |
| | From the menu bar select *View \-> Plugin Manager*. |
| | |
| | !screenshot-plugin manager.png! |
| | |
| | Now choose the Available Tab, and select all of the following: |
| | |
| | from hep -> visualization: |
| | * HepRep Plugin |
| | * WIRED 4 |
| | * WIRED 4 Base Library |
| | |
| | from hep -> linearcollider |
| | * org.lcsim |
| | |
| | The *org.lcsim* plugin will show up under the *User* tab in the Plugin Manager. |
| | |
| | Click install, and then close the plugin manager. |
| | |
| | You are now done setting up JAS3 and the plugins. |