-
Ignore that! Sorry, I was a step behind you.
2009-08-18 08:20:25 UTC by bwalshaw
-
Try:
java -jar <filename>
to run it rather than
java <filename>.
2009-08-18 08:18:40 UTC by bwalshaw
-
There is no simple Unix like package, which can be simply untared and started.
Here is a simple Unix start script, which may be integrated:
#!/bin/sh
# Treebread Unix startup script
# Copyright headissue GmbH, Jens Wilke, 2007
# find out install directory
US=`dirname $0`;
US=`(cd $US; pwd))`;
cd $US;
# build classpath with all delivered jars
export CLASSPATH=$US:`for I in...
2007-12-20 11:30:05 UTC by jwilke
-
When installing Treebeard on an English Windows XP with Norwegian locale, Treebeard install suggest "c:\Programfiler\Treebeard" and not the expected "C:\Program Files\Treebeard".
Used Java 1.6.0_03 and both the jar-install for Treebeard 0.9 and 0.95beta behaves the same way.
Treebeard looks nice, btw :)
2007-12-11 12:38:09 UTC by pergh
-
I have not found sh file to startup Treebeard so I am
sending one to you.
exec $JAVA_HOME/bin/java -classpath
"./avalon.jar":"./batik.jar":"./bsh.jar":"./fop.jar":"./hsqldb.jar":"./regexp.jar":"./saxon8.jar":"./saxon8-xom.jar":"./treebeard.jar":"./xalan-2.4.1.jar":"./xercesImpl-2.2.1.jar":"./xml-apis.jar":"./WebswellDispatcher.jar":.
com.robrohan.fangorn.Fangorn.
2006-10-04 10:20:52 UTC by ladislav_urban
-
rohanr2 committed revision 38 to the Treebeard SVN repository, changing 2 files.
2006-05-08 01:39:02 UTC by rohanr2
-
rohanr2 committed revision 37 to the Treebeard SVN repository, changing 2 files.
2006-05-08 01:38:43 UTC by rohanr2
-
rohanr2 committed revision 36 to the Treebeard SVN repository, changing 1 files.
2006-05-08 01:38:13 UTC by rohanr2
-
rohanr2 committed revision 35 to the Treebeard SVN repository, changing 2 files.
2006-05-08 01:37:45 UTC by rohanr2
-
rohanr2 committed revision 34 to the Treebeard SVN repository, changing 1 files.
2006-04-08 22:49:18 UTC by rohanr2