WLST インタープリターを使用して WLST スクリプトを Java に埋め込もうとしています。ただし、次のエラーが発生します。
Exception in thread "main" java.lang.RuntimeException: error in finding
weblogic.Home at weblogic.Home.getInstance(Home.java:91) at
weblogic.Home.getPath(Home.java:97) at weblogic.Home.getFile(Home.java:102) at
weblogic.management.scripting.utils.WLSTInterpreter.(WLSTInterpreter.java:116) at
weblogic.management.scripting.utils.WLSTInterpreter.(WLSTInterpreter.java:76) at
weblogic.management.scripting.utils.WLSTUtil.ensureInterpreter(WLSTUtil.java:157) at
client.WLSTWrapper.doSomething(WLSTWrapper.java:19) at
client.WLSTWrapper.main(WLSTWrapper.java:13)
どんな助けでも大歓迎です。