It's not that simple because the current release of Phoenix loads James
and Avalon components using the extension classloader.  You might be
able to force all components to be loaded using the app classloader by
adding the Phoenix and Avalon jars to the classpath as well as your own
jars, something like (in Windows syntax):

        set PHOENIX_HOME=<phoenix_home>
        set CLASSPATH=%CLASSPATH%;%PHOENIX_HOME%/lib/aaaa.jar;
        set CLASSPATH=%CLASSPATH%;%PHOENIX_HOME%/lib/bbbb.jar;
        set CLASSPATH=%CLASSPATH%;%PHOENIX_HOME%/lib/....jar;
        set CLASSPATH=%CLASSPATH%;%PHOENIX_HOME%/yourlib.jar

I don't know for sure if this will work, I haven't tried it, but it's
worth a go.

Steve

> -----Original Message-----
> From: Thomas, Stefan [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, September 19, 2002 4:38 AM
> To: [EMAIL PROTECTED]
> Subject: CLASSPATH
> 
> 
> Hi @all,
>  
>     is there a possibilty to set a classpath variable in the 
> run.bat in order to include libraries which are placed 
> somewhere else and have to stay there?
>  
> I tried but didn't succeed. Any ideas or solutions.
>  
> Thanks a lot
> Stefan
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to