I am trying to run below command in shell script but i am getting error like: Error: Could not find or load main class weblogic.Admin
${SUN_JAVA_HOME}/bin/java -classpath $CLASSPATH weblogic.Admin -url t3://localhost:7001 -username weblogic -password weblogic123 PING
Can anyone comment on it