B4J Question How to run APP.jar on WINDOWS and macOS

pcicom

Member
Licensed User
Longtime User
Greetings, could you help me by telling me which versions of Java must be installed on WINDOWS and MAC to be able to run the APP created with B4J..

Currently I compile with jdk1.8.0_151 and it works on WINDOWS and on MACOS I install jre8u_411 and it works fine.

But if I compile with jdk after jdk1.8.0_151 on WINDOWS it WORKS but on MAC it doesn't work...

What should be the LATEST versions to work on WINDOWS and MAC?

Thank you
 

aminoacid

Active Member
Licensed User
Longtime User
Currently I compile with jdk1.8.0_151 and it works on WINDOWS and on MACOS I install jre8u_411 and it works fine.

My personal opinion is that if it "ain't broke, don't fix it". So if jars complied with jdk8_151 work on both Windows and MACOS then continue using 151. Why bother updating? Update only if you need have to.
 
Upvote 0

pcicom

Member
Licensed User
Longtime User
My personal opinion is that if it "ain't broke, don't fix it". So if jars complied with jdk8_151 work on both Windows and MACOS then continue using 151. Why bother updating? Update only if you need have to.
tnks.. aminoacid
 
Upvote 0

pcicom

Member
Licensed User
Longtime User

Thanks Erel.

If I compile with java C:\Java\jdk1.8.0_151\bin\javac.exe, on Windows and MAC they work without problem.
In macOS I install JAVA jre-8u411-macosx-x64.dmg and not everything works,
but if another sdk is installed in macOS my APP no work.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…