am new to Java and Eclipse. I am having problems setting my class path and would appreciate any help that someone could provide. I have a zipped file with Java Classes and folders with images that I would like to use. I tried first to unzip the file and use Eclipse's preference options > name/folder/apply, but it did not work.
I think that the code with the import come.help.test.*; only saw part of the classes but not the entire achieve. I would get errors like:
Imp cannot be resolved or is not a type
Imp cannot be resolved or is not a type
DK cannot be resolved or is not a type
Its interesting to note that there were no errors associated with the import statement.
I went back and tried to preference options > file test.zip. That too failed. I tried Eclipse's help and searched for class path, but the example was for an older version of Eclipse.
Any help/suggestions of ideas would be appreciated.
Thanks Ronnie
I think that the code with the import come.help.test.*; only saw part of the classes but not the entire achieve. I would get errors like:
Imp cannot be resolved or is not a type
Imp cannot be resolved or is not a type
DK cannot be resolved or is not a type
Its interesting to note that there were no errors associated with the import statement.
I went back and tried to preference options > file test.zip. That too failed. I tried Eclipse's help and searched for class path, but the example was for an older version of Eclipse.
Any help/suggestions of ideas would be appreciated.
Thanks Ronnie