I realize I'm a bit confused, sorry for this stupid question ....
In the develope machine where I have installed B4J, I have downloaded OpenJdk-11 in c:\Java folder. Then I declare the Java.exe path inside B4J and I start develope a non-UI app.
Then I compile my sample.jar and transfer it in a folder of the destination computer (Windows). In the same folder I have a batch that call "java -jar sample.jar" and everything works.
But wich java version is using my app in the destination computer ? The original OpenJDK-11 or that one it is found in the computer and declared in the path of environment variable ?
In the develope machine where I have installed B4J, I have downloaded OpenJdk-11 in c:\Java folder. Then I declare the Java.exe path inside B4J and I start develope a non-UI app.
Then I compile my sample.jar and transfer it in a folder of the destination computer (Windows). In the same folder I have a batch that call "java -jar sample.jar" and everything works.
But wich java version is using my app in the destination computer ? The original OpenJDK-11 or that one it is found in the computer and declared in the path of environment variable ?