Hello everyone, i have been busy trying to get java working an ubuntu touch.
The approach i am using is by packaging OpenJDK binaries with the click package and linking to it in the .desktop file.
i got this approach working in amd64 with "clickable desktop" and even made a working window/UI in swing.
however i have run into some problems with arm64 and armf.
first of all i don't have a phone that supports armf UBTouch so i can't test the build, i was hoping someone here could test it for me?
Second of all, i cant seem to find any arm64 binaries for openjdk that work portably, does anyone know where to find it or how to cross-compile it for arm64 on amd64?
Heres a screenshot of the amd64 build:
Click downloads:
armf(https://drive.google.com/open?id=1tNf9r9V_w7saZM1IE385tDng35TqvuKk)
amd64(https://drive.google.com/open?id=1EGq5kHdh7KdtqCKrpBJB2SzWZjWYnIfg)
arm64(https://drive.google.com/open?id=1IGhc0XXfiUH8eL8FiEmoxAC_kkLTyBes)
Source code(https://github.com/ComLarsic/Java-Template-UT)
Update: so i found available arm64 binaries but after installing the updated click package on my oneplus3t it immediately closes itself, does anyone maybe know why?