[fpc-pascal] PPCJVM Android JVM target and building to dex
Mgr. Janusz Chmiel
janusz.chmiel at volny.cz
Sat Aug 3 11:48:25 CEST 2019
Many of advanced users and developers have tried PPCJVM. It is really
possible to create fully functioning Android applications. And because
it is even possible to access methods from previously compiled .jar
files including Mysql.jar and others, Pascal language have very big
potential.
But it has a very remarkable hook.
Latest JDK for WIndows from Oracle do not support old versions of Apache
ANT, so it is not possible to build .dex files from classes, which have
been previously generated by using PPCJVM.
So The future or Pascal compilation to .dex fomrat is severely
disadvantaged. Because old JDK 7 X release can produce .dex files and
only specific versions of Android build tools.
So The reality is, that PPCJVM can produce reliable classes, but there
is not too much projects, which can convert those .class files to dex
format.
Does somebody of you know about The solution to this issue?
I Am afraid, that this situation can lead to The fact, that PPCJVM will
not support ANDROID target JVM for too long times. If something positive
will not happen to generate while using newest JRE and JDK.
More information about the fpc-pascal
mailing list