Exporting in JRE6?

Discussion in 'Plugin Development' started by NinjaWAffles, Jan 29, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    NinjaWAffles

    I have been getting an error about an UnsupportedClassVersionError 51.0 and after doing some reading it seems that I am coding/exporting in JRE7 and Bukkit is running in JRE6. So, My question now is how do I fix this? I'm not familiar enough with Eclipse to know if there is a way to change it.

    Thank you!
    ~Ninjawaffles
     
  2. Offline

    Chiller

    Right click your project and select properties then select java compilier and select java 1.6 then click ok and it will rebuild your project with java 6.
     
  3. Offline

    NinjaWAffles

    Thank you, That fixes my problems!
     
Thread Status:
Not open for further replies.

Share This Page