This is the mail archive of the kawa@sources.redhat.com 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]

Re: Problems to generate a servlet with kawa


Nic Ferrier wrote:
> Doesn't using the -jar switch override what's in the classpath?

You're right, at least according to the tools documentation:

   When you use this option, the JAR file is the source of all user
   classes, and other user class path settings are ignored.

> You'll have to try this instead:
> 
>   set CLASSPATH=%CLASSPATH%;kawa.jar
>   java kawa.repl --xquery --servlet -C table.xql

Or copy servlet.jar into the extensions directory.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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