> perhaps you should try to load the WebLogic classes with your bootstrap
> classpath(we have to do this for our encryption packages).
> try somehing like
>      java -Xbootclasspath/p:lib\some.jar -jar orion.jar

What is the difference between the bootstrap classpath and either the
environment classpath, or the one passed via the command line (such as
java -classpath)?

I actually got it to work when I placed a jar of all the weblogic classes
into my WEB-INF/lib directory.

So the question is, is Orion supposed to ignore the system and command line
classpath?

Thanks,
Seth


Reply via email to