B4J Question Compile B4J app with standalone packager

max123

Well-Known Member
Licensed User
Longtime User
Hi all,

here my log when compile my app with B4J standalone packager. The package is successfully created using openjdk 19.0.2,
but I see this message on the log:
Only Java 11, 14 and 16 are supported (Tools - Configure Paths).
Is this just a typo error ?

The full log:
 
Last edited:

bdunkleysmith

Active Member
Licensed User
Longtime User
@Erel if I explicitly define the complier path:

B4X:
#JavaCompilerPath: 21, C:\Java21\jdk-21.0.7\bin\javac.exe
or
B4X:
#JavaCompilerPath: 24, C:\Java24\jdk-24.0.1\bin\javac.exe

but leave the path pointing to C:\Java19\jdk-19.0.2\bin\javac.exe in the Paths Configuration modal:



Using 10.2 I also see that message:

Only Java 11, 14 and 16 are supported (Tools - Configure Paths).

Is that expected behaviour?
 
Upvote 0

max123

Well-Known Member
Licensed User
Longtime User
Are you using latest version of B4J - 10.2? It should be fixed there.
@Erel, no I use B4J 10.00.
Ok, I will update it next. I only wanted to know if just a typo.
Now you fixed it, so this is good.

Thanks
Have a good day
Max
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…