B4J Question (NOT SOLVE) Jar files don't run on ARMbian (Pi Board)

Tayfur

Well-Known Member
Licensed User
Longtime User
I use new orangePI borad .
I insatalled ARMbian (Debian Jessei based)
I installed Java SE Development Kit 8u121
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Linux ARM 32 Hard Float ABI : jdk-8u121-linux-arm32-vfp-hflt.tar.gz
installed.

Finally my B4J appalication tested. ==>>" sudo java -jar test2.jar "
Result is "JavaFx runtime companents ase missing"
B4J use same JAva version on PC. (jdk vers 1.8.0_121)
IMG_20170119_192221.jpg


How is fix it ?
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
OpenJDK does not contain javafx natively, if you want to install it you will need:
sudo apt-get install openjfx

Or, you can install Oracle java jdk for javafx too. Instruccions:
http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html

That, being said, you should know that running javafx on a arm device may not be the best.

I installed Oracle Java8 latest version
for java version see my picture in first line.

After tested my code.
 
Upvote 0

jmon

Well-Known Member
Licensed User
Longtime User
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
As pointed by EREL, and given the same answer in many similar posts, UI apps are not longer supported by Raspi.... The next best thing is to create a webapp, ABMaterial makes an excellent candidate for this...
 
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
As pointed by EREL, and given the same answer in many similar posts, UI apps are not longer supported by Raspi.... The next best thing is to create a webapp, ABMaterial makes an excellent candidate for this...
How create webapp with AB Metarial ? wich IDE? and samples..
for starting :)
 
Upvote 0
Top