I've never really been able to grasp how Java versions work, so I would appreciate some help here.
Let's assume that I have the latest B4J installed (which require Java JDK v8 (8u40+).
I have a device that is running an older version of java. Let's assume I have no control over the device, so it's not possible to update the java. It reports as:
Using the installed B4J, would I be able to make an app and run it on the device? (The app will have an UI.)
If the answer is NO, would I be able to achieve this if I used an older version of B4J?
Let's assume that I have the latest B4J installed (which require Java JDK v8 (8u40+).
I have a device that is running an older version of java. Let's assume I have no control over the device, so it's not possible to update the java. It reports as:
B4X:
sandman@device: java -version
java version "1.7.0_121"
OpenJDK Runtime Environment (IcedTea 2.6.8) (7u121-2.6.8-2~deb7u1)
OpenJDK Zero VM (build 24.121-b00, interpreted mode)
Using the installed B4J, would I be able to make an app and run it on the device? (The app will have an UI.)
If the answer is NO, would I be able to achieve this if I used an older version of B4J?