Reputation: 1091
Some one was working on my system and changed my environment settings. I want to revert back to my environment. I want to work on Java 1.4. When I check the properties of each project it shows that 1.4 is being used. And I am not sure what changes were done on my environment.
Upvotes: 0
Views: 48
Reputation: 2526
In Eclipse go to the Window
menu, Preferences
, Java
, Installed JREs
and confirm that you have the version of java checked that you want to use.
I don't know how to determine what was changed as there is no version control system in place for Eclipse. If you must you can remove the configs or reinstall it from scratch. Granted that is not a fun option but I have had to do that when a plugin messed up Eclipse and I had couldn't undo it. In the future, you may want to set up Eclipse with what ever plugins and settings that you like and then make a copy and work in the copy. (I actually do this due to the plugin problems I had years ago)
Upvotes: 1