This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

strange problem with jetty


Hi,

I'm having some strange problems with launching Jetty from Kawa. I am
launching "java kawa.repl", with jetty-6.1.26.jar in the classpath,
but the classes are not available:

#|kawa:1|# (org.mortbay.jetty.Server 8080)
/dev/stdin:1:1: warning - no declaration seen for org.mortbay.jetty.Server
/dev/stdin:1:1: unbound location org.mortbay.jetty.Server
ÂÂÂ at gnu.mapping.Location.get(Location.java:67)
ÂÂÂ at atInteractiveLevel$1.run(stdin:1)
ÂÂÂ at gnu.expr.ModuleExp.evalModule2(ModuleExp.java:284)
ÂÂÂ at gnu.expr.ModuleExp.evalModule(ModuleExp.java:185)
ÂÂÂ at kawa.Shell.run(Shell.java:281)
ÂÂÂ at kawa.Shell.run(Shell.java:194)
ÂÂÂ at kawa.Shell.run(Shell.java:175)
ÂÂÂ at kawa.repl.main(repl.java:848)

Any ideas what the problem could be. Classes from other jars, which
are also in the classpath have no problems.

Thanks,
Razvan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]