I get the error
Exception in thread "main" java.lang.NoCla ssDefFoundError
when I type java app2 in the command prompt. I've tried moving to the jre
directory and typed java c:\app2\app2, but it gives me the same exception.
What could be the problem?
Thanks in advance,
Lem
Exception in thread "main" java.lang.NoCla ssDefFoundError
when I type java app2 in the command prompt. I've tried moving to the jre
directory and typed java c:\app2\app2, but it gives me the same exception.
What could be the problem?
Thanks in advance,
Lem
Comment