S3R0 Posted April 11, 2016 Share Posted April 11, 2016 I'm a little confused. My scripts that I have are/were running on JRE v1.7, but since updating to 1.8 (I still have 1.7), it's starting to give me a problem. I get the following warning: So, I go to check the build path and change it. Still even after that, it's still giving me the same error, as above. Am I doing something wrong? Do I need to update something in my script code? Quote Link to comment Share on other sites More sharing options...
Charlotte Posted April 11, 2016 Share Posted April 11, 2016 Older versions of java can be removed. Quote Link to comment Share on other sites More sharing options...
S3R0 Posted April 11, 2016 Author Share Posted April 11, 2016 Older versions of java can be removed. Right, but the older version has been removed from the build path and updated with JRE 1.8 I was just saying that I had 1.7 still, in case of any issues later on Quote Link to comment Share on other sites More sharing options...
Explv Posted April 11, 2016 Share Posted April 11, 2016 Right, but the older version has been removed from the build path and updated with JRE 1.8 I was just saying that I had 1.7 still, in case of any issues later on Make sure you are using the very latest version of Eclipse, the older ones do not support Java 8. Quote Link to comment Share on other sites More sharing options...