Hi to all, first of all , excuse my little knowledge of java
programming, I'm the C/C++ type, I'm just using Eclipse to compile
java code, including of course the .jar file, but for some reason, it
stops in the compilation saying , "properties.txt" missing.... Can
anybody tell me what this stands for? I know that the project doesn't
contain any file like that, is it something to add ?
Oliver Wong - 01 May 2006 20:35 GMT
> Hi to all, first of all , excuse my little knowledge of java
> programming, I'm the C/C++ type, I'm just using Eclipse to compile
> java code, including of course the .jar file, but for some reason, it
> stops in the compilation saying , "properties.txt" missing.... Can
> anybody tell me what this stands for? I know that the project doesn't
> contain any file like that, is it something to add ?
I'm not sure that your message is actually a compile error (it may, for
example, be a runtime exception). Is that the exact error message, or are
you paraphrasing it? If the latter, can you quote the exact error message?
Can you list the exact sequence of steps you took to try to compile your
project? For example, how did you get the project into Eclipse, what buttons
or menu options did you click on to start the compile, etc. I'm worried you
might be using incorrect terminology.
- Oliver