Paul Lawton writes:
 > 
 > I think what I need to do now is include the correct paths in the Orion
 > classpath loader so that java -jar orion.jar will work. Adding the paths to
 > <library path="blah...."> in server.xml doesn't appear to work - but that's
 > another problem for another day! Anyone know how to get Orion to recognise
 > the classpath when using java -jar orion.jar?
 > 

Use the -cp option to the java command as in java -jar -cp $CLASSPATH orion.jar


Best Regards
/Daniel Ståhl


Reply via email to