Android Question Java 17 or Java 8

makis_best

Well-Known Member
Licensed User
Longtime User
Hi

I want to have a new fresh install of B4A.
I notice that Java 17 is available.
Can I use JDK 17 or I need to have JDK 8 as the instructions recommend.

Thank you
 

udg

Expert
Licensed User
Longtime User
These are the only instructions for a trouble-free installation.
Java8 and Java11 can coexist on your dev machine (each one has its uses and pros/cons), but if you're unsure go for 11.
 
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
These are the only instructions for a trouble-free installation.
Java8 and Java11 can coexist on your dev machine (each one has its uses and pros/cons), but if you're unsure go for 11.
Just wandering if I am going to have compatibility problems using 14.
You say about 11, it is tested from you? or you mean openjdk 11?
 
Upvote 0

udg

Expert
Licensed User
Longtime User
I downloaded and installed what's on the linked page.
For a long time I had only Java8. Then I added Java11 as available on that page.
Consequently, now I have C:\android (for J8) and C:\android11 (for J11)
At compile time I decide which one to use, based on the project at hand.
 
Upvote 0
Top