Getting error while invoking java weblogic.WLST from C drive
- by user3718817
I am getting an error message when I try to invoke
java weblogic.WLST monitor.py weblogic weblogic1 t3://localhost:7001
from below mentioned path.
C:\Users\satish>java weblogic.WLST monitor.py weblogic weblogic1 t3://127.0.0.1:7001
error
Error: Could not find or load main class weblogic.WLST
But when I invoke the same command from weblogic home I am not getting any issues.
Requesting you to help regarding this.
Please find the below class path:
C:\Oracle\Middleware\wlserver_10.3\server\bin>setWLSEnv.cmd
Error: Could not find or load main class weblogic.WLST
Note: I already set class path.
Kindly advise where I am getting wrong. Or is there any way that I can invoke my Python script from anywhere?