Java - Problem with the classpath on Eclipse.
Posted
by Amokrane
on Stack Overflow
See other posts from Stack Overflow
or by Amokrane
Published on 2010-03-26T02:27:16Z
Indexed on
2010/03/26
2:33 UTC
Read the original article
Hit count: 273
I'm trying to recompile a project I've been working on and I keep getting an error message when trying to load a property file:
The system cannot find the path specified.
I guess this has to do with the classpath. But I've added the path to the file in Properties-> Java build path-> Libraries (external class). I also checked the .classpath file generated by eclipse, and the path is really there!
Why isn't Eclipse looking at the right path?
© Stack Overflow or respective owner