Hey all,
I am trying to run my code from a jar file. When I run the code through a class folder java can see all the classes but when I put all the classes inside a jar file there is ONE class that is not being seen. "java.lang.NoClassDefFoundError" Exception. I have checked the jar file and the class is clearly there. This is odd. Any ideas?
Please reply ASAP
Thanks
Respect
I am trying to run my code from a jar file. When I run the code through a class folder java can see all the classes but when I put all the classes inside a jar file there is ONE class that is not being seen. "java.lang.NoClassDefFoundError" Exception. I have checked the jar file and the class is clearly there. This is odd. Any ideas?
Please reply ASAP
Thanks
Respect