JXTA Platform Read Me (2001.06.22)
The jxtashell.zip file contains the following files:
shell/jxta.exe (Window excecutable file)
shell/run.sh (Unix Shell script)
Jxta_Readme.html ( Release Notes & Configuration File)
lib/jxta.jar (Core Platform)
lib/jxtashell.jar (sample Jxta Shell application)
You need to unzip the zip file jxtashell.zip in a new directory,and make
sure to remove any previous configuration file (cm, jxtaConfig,
PlatformPeerGroup).
To execute the demo run:
On Windows:
cd to the shell directory and run
jxta.exe
jxta.exe is included to simplify the detection of a Java Virtual Machineon the Windows platform. jxta.exe uses several algorithms to detect aninstalled JDK. If jxta.exe fails to find an installed JDK, check to make surea Java JDK is installed and invoke JXTA manually :
java -classpath ..\lib\jxta.jar;..\lib\jxtashell.jarnet.jxta.impl.peergroup.Boot
On Unix
cd shell directory
chmod +x run.sh
./run.sh