Eclipse will not compile

  • Replies:3
Jacques Chaurette
  • Forum posts: 1

Nov 17, 2012, 4:46:34 PM via Website

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
Andreas Weichert
  • Forum posts: 287

Dec 10, 2012, 8:34:22 PM via Website

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.

Reply
elfranchu
  • Forum posts: 39

Dec 14, 2012, 6:11:22 PM via Website

Many times, Eclipse does not make a correct clean and you have to delete manually R imports.

Reply
ISA Nexus
  • Forum posts: 21

Dec 27, 2012, 7:23:10 PM via Website

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