Solved Unsupported major minor version 51.0 error?

Discussion in 'Plugin Development' started by Officialjake, Apr 16, 2013.

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

    Officialjake

    I am trying to test a plugin I am making and I am getting this error. I checked properties in eclipse and it says it is using java 6 (jre6). How do I fix this.
     
  2. Offline

    microgeek

    Your plugin was compiled in Java 7, and you're running it wit Java 6.
     
  3. Offline

    Officialjake

    But how could It be compiled in java 7? My eclipse compiler settings are set for 1.6 and when I do java -version it says I am running java 6?

    Fixed.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
Thread Status:
Not open for further replies.

Share This Page