|
MollyPages.org
"You were wrong case. To live here is to live." |
You can install molly in a location outside of your webserver.unix> export CLASSSPATH=$CLASSPATH:/path/to/molly.jar unix> java fc.jdbc.dbo.GenerateAlternately, you can specify the classpath to the java interpreter:unix> java -cp $CLASSPATH:/path/to/molly.jar java fc.jdbc.dbo.Generate
You can also install molly.jar directly in your web server's WEB-INF/lib directory. (See this for more details).The webserver will automatically add this to it's java classpath. To run programs from the command line, you would say:
unix> export CLASSSPATH=$CLASSPATH:/my/website/WEB-INF/lib/molly.jar unix> java fc.io.HexOutputStreamAlternately, you can specify the classpath to the java interpreter:unix> java -cp CLASSSPATH=$CLASSPATH:/my/website/WEB-INF/lib/molly.jar java fc.io.HexOutputStream
All molly page users should immediately upgrade to this release.