I'm asking you this question because after a long research on the internet I can't find something helping me to resolve my issue... I just would like you to give me an idea of the problem.
First of all, we have also to consider that :
- The workspace where I'm working include also 3 other projects that have the same problem.
- This workspace is synchronized with dropbox
- I'm using ubuntu, and I created on of them on Windows (dropbox synchronizing everything)
- All projects worked previously
My problem starts when running my java application on eclipse : "Error: Could not find or load main class Gardener" (Gardener is my main class). I can pre-compile/run this program using the command line, but not on elipse. Therefore, I supposed it was a run configuration problem. I read the documentation, and it seems that my running configuration is ok : the main class is found and selected by the assistant, Java libs are included, and the class path considers these JRE libraries and my project source folder.
Therefore, I supposed it was a problem of build path. But again, everything seems ok, my source folder is seen, Java libs also...
Do you have an idea of something I missed ?
Thanks, Nans