Hi experts,
I have coded a simple Java program for OIM API using JDeveloper 12c (12.2.1.3.0). The problem I have is with my deployed .jar file, it prompted me with java.lang.NoClassDefFoundError exception when I run the jar via cmd. (java -jar MyClient.jar)

But I am manage to run the java program successfully in JDeveloper. (ignore the login error, its expected). Somehow it didn't prompt me the missing class error.

I have already did the class-path linkage and I have checked the content of the deployed jar, its has all the required libraries inside.
Really need advise on this.
Regards,
Joshua