B4J Question Downgrade application to java 7

schimanski

Well-Known Member
Licensed User
Longtime User
Is it possible to downgrade my application to run under java 7? It runs fine under java 8, but in our company, there is only java 7 on all windows-pc installed.

B4X:
#AdditionalJar: sqlite-jdbc-3.7.2
#AdditionalJar: bcprov-jdk15on-154

I'm using the follwing librariers:

1.png
 

schimanski

Well-Known Member
Licensed User
Longtime User
Thank you for your fast answer!

I have two more question about it:

1 With the B4J Packager it is easy to install alle necessary java components on the devices. Does the packager renew the existing java 7 components or does it install the java 8 components parallel?

2 Does the java 8 components, which are installed with the packager, ask the system for updates, when there are available? Because it is a closed system, it is better not to stir java-updates.

Thank you for your efforts...
 
Upvote 0
Top