I'm running into incompatible version issues when I try run m B4J app (Built on my local laptop) on my Windows Server. The exact error is "App has been compiled by a more recent version of the java runtime <Class file version 53.0>, this version of the java runtime only recognizes class file versions up to 52.0"
I am using the latest version OpenJDK 14 from the B4x website on my local laptop. As I understand it version 52.0 = Java 8 and version 53.0 = Java 9. My questions are:
1) Why would my app compile in java 9 if I'm using a later version of Java
2) How can I go about getting the app to be compatible with the Java version running on my server
I am using the latest version OpenJDK 14 from the B4x website on my local laptop. As I understand it version 52.0 = Java 8 and version 53.0 = Java 9. My questions are:
1) Why would my app compile in java 9 if I'm using a later version of Java
2) How can I go about getting the app to be compatible with the Java version running on my server