Hi guys,
Whenever I try to compile and run simple hello world program, it compiles fine but when i rty to run it it gives me this error:
Exception in thread "main" java.lang.NoClassDefFoundError
However when I set my classpath to blank it compiles and runs fine. But the problem is that whenever I add something to my classpath it stops running. Please let me know if you have any suggestions/comments why it happens and how to fix it.
I really appreciate your feedback,
Refulgent
Whenever I try to compile and run simple hello world program, it compiles fine but when i rty to run it it gives me this error:
Exception in thread "main" java.lang.NoClassDefFoundError
However when I set my classpath to blank it compiles and runs fine. But the problem is that whenever I add something to my classpath it stops running. Please let me know if you have any suggestions/comments why it happens and how to fix it.
I really appreciate your feedback,
Refulgent