SyntaxFix
Write A Post
Hire A Developer
Questions
My two cents in this chain:
Ensure that the classpath contains full paths (/home/user/lib/some_lib.jar instead of ~/lib/some_lib.jar) otherwise you can still face NoClassDefFoundError error.
/home/user/lib/some_lib.jar
~/lib/some_lib.jar
NoClassDefFoundError