|
Re: Jetty 4.2.3 on Insignia Jeode VM: msg#00163java.jetty.support
luvmyzaurus wrote: > 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. But some bits of the Personal Java 1.2 spec only require JDK1.1.8 versions of the APIs. 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? Is java.lang.Package and Class.getPackage() present in JDK1.1.8? According to the Personal Java spec, the java.lang package compliance requirement is only 1.1.8. Jan ------------------------ 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: | Jetty 4.2.3 on Insignia Jeode VM, luvmyzaurus <kwilliams@xxxxxxxx> |
|---|---|
| Next by Date: | Jetty/java processes not dieing?, Chris Bailey |
| Previous by Thread: | Jetty 4.2.3 on Insignia Jeode VM, luvmyzaurus <kwilliams@xxxxxxxx> |
| Next by Thread: | Re: Jetty 4.2.3 on Insignia Jeode VM, Greg Wilkins |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |