source: trunk/examples/extended/analysis/A01/README.JAIDA @ 1292

Last change on this file since 1292 was 807, checked in by garnier, 16 years ago

update

File size: 1.0 KB
Line 
1$Id: README.JAIDA,v 1.4 2003/11/07 23:58:24 duns Exp $
2
3Geant4 JAIDA using AIDAJNI
4==========================
5JAIDA is an implementation of AIDA in Java. To use this implementation Geant4
6needs Java as well as AIDAJNI, a connector between AIDA-C++ and AIDA-Java.
7
8Installation
9------------
10Available for: Linux-g++2, Linux-g++3, WIN32-VC, SUN-CC, Darwin-g++2, Darwin-g++3
11
12To compile and link with JAIDA using AIDAJNI, make sure you have:
13
141. JAIDA version 3.2.0, see http://java.freehep.org/jaida
152. set enviroment variable JAIDA_HOME to your JAIDA installation
163. source the aida-setup script $JAIDA_HOME/bin/aida-setup.[sh|csh|win32]
17
184. AIDAJNI version 3.0.4 or 3.2.0, or better, see http://java.freehep.org/aidajni
195. set environment variable AIDAJNI_HOME to your AIDAJNI installation
206. set environment variable JDK_HOME to your Java Standard Development Kit (1.4.x or up).
217. source the aidajni-setup script $AIDAJNI_HOME/bin/$G4SYSTEM/aidajni-setup.[sh|csh|win32]
22
23now execute:
24
25source setup-analysis (.csh, .sh, .win32)
26gmake clean
27gmake
28
29
Note: See TracBrowser for help on using the repository browser.