We work in our project with weblogic 9.0, we use manythird paty library. How we can set this library inweblogic classpath.
I don’t know if any thing changed in weblogic 9 or not, but as in version 8.1 we used to set classpath in weblogic server start scripts such as startweblogic.sh. This was standard in version 8.1 but I am not sure about version 9.Hope it helps.
you should add your library to the CLASSPATH variablein the weblogic9.0:you Should Edit server/bin/startWLS.cmd ....becausethe CLASSPATH variable it's in this file...
you can set the thirdpartylib in the classpath of thr startweblogic.cmd.