Jar包找不到问题
Jar包找不到问题
在WEB-INF目录下的weblogic.xml中加入:
<wls:container-descriptor>
<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes> </wls:container-descriptor>
在domain 的BIN 目录下修改setDomainEnv.sh 中的JAVA_HOME 为你安装的JDK的路径
# We need to reset the value of JAVA_HOMEto get it shortened AND
# we can not shorten it above becauseimmediate variable expansion will blank it
JAVA_HOME=/HOME/JDK1.81
export JAVA_HOME
然后保存,并重启WEBLOGIC ,看日志,确认采用了新的JDK