Where is class weblogic.jndi.WLInitialContextFactory?

后端 未结 10 1036
无人共我
无人共我 2021-02-13 15:33

when trying to execute my jar file I get an exception:

javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory 
[         


        
10条回答
  •  花落未央
    2021-02-13 16:06

    Check your server/lib/ folder to find wliclient.jar.

    With Weblogic 12.1.3, you can find it here:
    ${INSTALL_DIR}/inventory/wlserver/server/lib/wlclient.jar

提交回复
热议问题