B4J Question b4j app on openwrt linux with java vm

gpa

Member
Licensed User
Longtime User
Hi...

I want to run a b4j app on an embedded device with openwrt as the os.
The only openwrt java package seems to be jamvm java vm.
https://en.wikipedia.org/wiki/JamVM
Does anyone have any experience of working with openwrt, or vm sucgh as jamvm?

Thanks....
 

tchart

Well-Known Member
Licensed User
Longtime User
@gpa there was some discussion on the forum about running apps on a NAS recently. I dont know which JVM they were using. JamVM seems a bit old so it may not be great for B4J apps.

I would say for the most part users here would be limiting any "embedded" devices to Raspberry Pi.
 
Upvote 0

gpa

Member
Licensed User
Longtime User
Thanks for that info.
Yes, you are likely correct. It runs well on a Pi, but the Pi is not ideal for the project - relatively large and power hungry.

Is is possible to fully compile a b4j app to a native executable?
 
Upvote 0

gpa

Member
Licensed User
Longtime User
No - indeed performance is excellent as you say. I love B4J - just looking for a way to run a b4j app on a Vocore2 with openwrt linux
Fully compiled would be one way to get around the problem.
 
Upvote 0
Top