B4J Question Easiest way to Install OPEN Java 11 to users PC

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends, please for advice,

I have created SW with B4J using OPENJava11 and I have used packager - I have now exe file with folders.

Now I am running this EXE file in other computer. In this PC is installed classic jdk-8u181 and I dont know why, but I see that EXE program is functioned in this PC.

PLEASE, How can I install to this PC - OPEN JAVA 11? What is the best and easiest way, please?

Best regards
p4ppc
 

petr4ppc

Well-Known Member
Licensed User
Longtime User
Didier9,

thank you very much. I know this. But this steps are good when you create SW in B4J.

OpenJDK 11 + OpenJFX 11: download link.
Download the zip and unpack it. C:\java is a good place for it.

but

classic user have not b4j installed. And if somebody will only copy files to c:/java, then I think that this is not instalation of OPENJDK11....? Or I understand it bad?

Best regards
p4ppc
 
Upvote 0

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear Erel,

So IT does IT mean that user doesnt have to copy
OpenJDK 11 + OpenJFX 11: download link
to his computer? IT does IT mean that ONLY using export files from b4jpackager11 And run thé filé run.exe is enough?

Best regards
P4ppc
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
So IT does IT mean that user doesnt have to copy
True.

IT does IT mean that ONLY using export files from b4jpackager11 And run thé filé run.exe is enough?
All the files under the build folder are required. You can copy them or you can build an installer based on the InstallerScript-Template file.
 
Upvote 0
Top