|
Re: Jetty 4.2.3 on Insignia Jeode VM: msg#00166java.jetty.support
If that is the case - I suggest you recompile with a different version of Version.java. It is a very simple class, which you could just hard code. It will get you past this problem and then we can look at the next one :-) cheers 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. 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? > > > > 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/ > -- Greg Wilkins<gregw@xxxxxxxxxxx> Phone/fax: +44 7092063462 Mort Bay Consulting Australia and UK. http://www.mortbay.com ------------------------ 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/java processes not dieing?, Greg Wilkins |
| Previous by Thread: | Re: Jetty 4.2.3 on Insignia Jeode VM, Jan Bartel |
| Next by Thread: | Re: Jetty 4.2.3 on Insignia Jeode VM, Kevin Williams |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |