
*I know these errors are related to the version of Java. Maven Command mvn package osxappbundle:bundle -DmainClass=Įrrors that Maven returns type does not take parametersīad class file: org/json/JSONArray.class(org/json:JSONArray.class)Ĭlass file has wrong version 52.0, should be 50.0 Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode). Java(TM) SE Runtime Environment (build 1.8.0_25-b17) As when I used following command it showed a version related error. It looks like on Maven also the same problem exists. The latest version of JVM that I can use to export on Eclipse is 1.6*.Ģ) Maven. I tried different methods to bundle the application.ġ) Eclipse. The application is based on Compiler Complience Level 1.7.



I am trying to export my Java Application to Mac.
