I've been trying to use Eclipse to work on a Java project both in OS X and Windows, but I'm having a bit of a time with the Java build path.
If I create the project in Windows, it's missing the build path in OS X, and conversely, if I create the project in OS X, it's missing the build path in OS X.
This did happen to one of my other projects and I used this to get it working again, but it's not working this time: Eclipse - Mac Os Default JRE missing
In Windows I'm using JRE7 with Java SE 1.7 (according to the settings), on OS X I'm using Java SE 8 (1.8.0_05). I cannot for the life of me get the same build path on both without spending an hour trying to get the build path to work.
Any idea what I need to do to get the build path working on both?
Cheers Omar