Share

Treebeard

Tracker: Feature Requests

5 Add unix distro and startup script - ID: 1854788
Last Update: Tracker Item Submitted ( jwilke )

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 $US/*.jar; do echo -n ":"$I; done`
exec java com.robrohan.fangorn.Fangorn


Jens Wilke ( jwilke ) - 2007-12-20 11:30

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.