Eclipse will not compile

Eclipse will not compile
created on Nov 17, 2012 4:46:34 PM
Hi everyone, I am experiencing allot of difficulty running my programs with Eclipse, I have the latest updates on Eclipse and SDK and my program does not have any errors. Yet, when I try to run/compile the program, it says "Your project contains errors, please fix them..." and there is no indication of what the error might be which makes sense since it was not able to compile.

This has happened to me several times, the only solution I have come up with is to start a new program, copy in the code bit by bit (ha ha) make sure it runs at intermediate steps until I have all the functionality back and the program is running.

This occurs very unpredictably, I have a program running, I make a change and the error occurs, I put the code back exactly how it was and it won't run. Very frustrating.

Any ideas?

Thanks,

Jacques
Reply with quote Reply Link ±0     (0 votes)
RE: Eclipse will not compile
created on Dec 10, 2012 8:34:22 PM
Eclipse with the SKD is a buggy thing thats sure.
Neverthelss its possible to work with it.

Try Project/Clean.
Restart the IDE.
Then look in Problems View and in the Error Log.

-----
Meine App: Time Sheriff - The easy all in one timer

Reply with quote Reply Link ±0     (0 votes)
RE: Eclipse will not compile
created on Dec 14, 2012 6:11:22 PM
Many times, Eclipse does not make a correct clean and you have to delete manually R imports.
Reply with quote Reply Link ±0     (0 votes)
RE: Eclipse will not compile
created on Dec 27, 2012 7:23:10 PM
elfranchu
Many times, Eclipse does not make a correct clean and you have to delete manually R imports.

Project clean always worked for me
Reply with quote Reply Link ±0     (0 votes)