简体   繁体   中英

Java EE application can be run on Java Micro edition or not?

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

To have a better understanding, please see " Difference between Java SE/EE/ME? ".

Java EE usually runs inside a Java EE Server (eg GlassFish) and is intended for server-side applications or other large-scale systems.

What you probably want is to develop a that will communicate with the Java EE program deployed on the server. ,该将与服务器上部署的Java EE程序进行通信。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM