0

Tried to run the MyNewJava.java file in Module 1 as applet. I am on OSX 10.10.5 and have Java SE 8 [1.80.0_60] as my default JRE. Any Idea whats going on?

1 Answers1

0

The MyNewJava.java file was compiled in a later version of Java than the Applet's runtime environment or JRE.

johnnieb
  • 3,982
  • 4
  • 29
  • 32
  • Right click on JRE System Library and select Properties. In the menu select Alternate JRE and select Java SE 8 [1.8.0_60] and press OK. fixed the issue. – Stafa Kholy Oct 30 '15 at 15:45