newbie trying to learn java

J

Jack

Hi,
I am a new java user. I'm using eclipse as the IDE.

Severity Description Resource In Folder Location Creation Time Id
2 The import com.etc cannot be resolved LPR.java LPR/LPR/src line 7

I don't know what was going on. Pls help
Thanks
Jack
 
I

IchBin

Jack said:
Hi,
I am a new java user. I'm using eclipse as the IDE.

Severity Description Resource In Folder Location Creation Time Id
2 The import com.etc cannot be resolved LPR.java LPR/LPR/src line 7

I don't know what was going on. Pls help
Thanks
Jack
You should really post to the comp.lang.java.help if you are new to Java.

From the message it is saying that it can not resolve the
"import com.etc". A class from that import statement is being
referenced in your code at line 7. Problem is that the imported class
can not be found.

Post your code from the package or first import statement to say line
10. Will be able to give you more information.

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top