java.lang.NoClassDefFoundError: ..Exception in thread "main": [message #209860] |
Wed, 09 May 2007 05:42 |
Eclipse User |
|
|
|
Originally posted by: mukerji.nita.gmail.com
I have Eclipse SDK 3.2.1 and Jdk 1.6.In the Java preference platform upon
running the following java class :
package cnvpth;
public class ConvertPath {
public static void main(String args[]){
char ch;
int i,k=0;
.....}}
gives java.lang.NoClassDefFoundError: ..Exception in thread "main": I have
run other java class from within a plug-in.They have run fine.Where could
I be going wrong in this?May be I should try running from DOS prompt and
see if the same happens(OS is Windows XP).At collage (where I try the same
things that I try here) under os Linux,I tried to run the java class from
shell,there too it gave the same error.
|
|
|
Powered by
FUDForum. Page generated in 0.11974 seconds