Paul Austin wrote:

Hi,

> Please post a copy of your script so that we can review it.

here you go:

#!/bin/sh
# To make this script executable, use chmod a+x JUMPWorkbench-unix.sh

# You may need to uncomment the next three lines on some linux systems (Fedora?)

# JUMPHOME=/usr/local/jump/bin
# JAVA_HOME=/usr/java/jre1.5.0_04/bin
# cd $JUMPHOME 

# The next lines are required in any case
LIB=../lib

CLASSPATH=$LIB/ext

if(test -f log4j.xml) then
  LOG4J=./log4j.xml
else
  LOG4J=../etc/log4j.xml
fi

for file in $LIB/*jar $LIB/batik/*jar ../build/*jar
do
  CLASSPATH=$CLASSPATH:$file
done

$JAVA_HOME/bin/java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel 
-Dlog4j.configuration=file:../etc/log4j.xml -Xms256M -Xmx256M -cp $CLASSPATH 
com.vividsolutions.jump.workbench.JUMPWorkbench -properties 
workbench-properties.xml -plug-in-directory $LIB/ext

Best regards, Andreas
-- 
l a t / l o n  GmbH
Aennchenstrasse 19           53177 Bonn, Germany
phone ++49 +228 18496-11     fax ++49 +228 1849629
http://www.lat-lon.de        http://www.deegree.org


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to