I have written a Java EE application
and build a jar of it. I'm trying to run it on a embedded device which having Embedded Linux
with ARMv7
processor. Currently I have installed Embedded Java Standard edition
of version 1.8
but it's taking lot of time for execution. Even simple java program is taking significatnt amount of time.
I read about Java Micro Edition
. Before installing it, I wanted to confirm whether it's possible to run the application developed in Java EE
.
Please help me out