If I run my app ( 1.5.0_06-b05 under Windows XP) from a
CMD file, it's fine:
run.cmd:
set
CLASSPATH=commons-logging.jar;org.mortbay.jetty.jar;org.mortbay.jmx.jar;javax.servlet.jar;jasper-runtime.jar;jasper-compiler.jar;jRegistryKey.jar;derby.jar;derbyclient.jar;derbynet.jar;derbytools.jar;foxtrot.jar;GuiUtil.jar;GuiUtilObjects.jar;ICOReader-1.04.jar;jacob.jar;nanoxml-lite-2.2.3.jar;NetFramework.jar;Scanners.jar;SettingsFramework.jar;TableLayout.jar;TestUtil.jar;Traceability.jar
java -Djava.library.path="./dll"
de.asw.tracability.SMTTracabilityLine
If I run using BootMan:
cmd line:
java -Djava.library.path=./dll -cp bootman.jar
bootman.BootmanApp
properties file:
bootman.class.path=jardir:.
bootman.app.class=de.asw.tracability.SMTTracabilityLine
bootman.logging=true
All jars located in ".".
Jetty (embedded web server) is unable to locate a class
of mine (a servlet class) located in my the same jar as
my main.
If I had the source to BootMan it would help.
,Philip