|
Jetty 4.2.3 on Insignia Jeode VM: msg#00162java.jetty.support
I am attempting to create a "mini Jetty" package for the Sharp Zaurus. I chose Jetty because it claims to be developed against the Java 1.2 SDK, and Jeode implements Sun's PersonalJava which is also Java 1.2 with a trimmed-down AWT. I wrote a small script to run the server: #!/bin/bash export JETTY_HOME=/mnt/cf/miniJetty export CLASSPATH=$JETTY_HOME/lib/org.mortbay.jetty-jdk1.2.jar:\ $JETTY_HOME/lib/javax.servlet.jar:\ $JETTY_HOME/lib/javax.xml.jaxp.jar:\ $JETTY_HOME/lib/crimson.jar evm -cp $CLASSPATH org.mortbay.jetty.Server \ $JETTY_HOME/etc/jetty.xml I keep getting the following error, which makes no sense: java.lang.NoSuchMethodError: java/lang/Class.getPackage()Ljava/lang/Package; at org.mortbay.http.Version.<clinit> (bytecode 67) at org.mortbay.http.HttpServer.<clinit> (bytecode 0) Anyone? ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/CefplB/TM ---------------------------------------------------------------------~-> For the latest information about Jetty, please see http://jetty.mortbay.org Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Questions about Code.debug(), Log.event(), swtet <tony.thompson@xxxxxxxxxxxxxx> |
|---|---|
| Next by Date: | Re: Jetty 4.2.3 on Insignia Jeode VM, Jan Bartel |
| Previous by Thread: | Request, Mohammad Rizwan |
| Next by Thread: | Re: Jetty 4.2.3 on Insignia Jeode VM, Jan Bartel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |