About Embedded Devices and the size of support file

good night everybody.



I ask two question today.


  1. Can I use Jmonkey in Embedded Devices? (like J2ME)


  2. what is the size of the file that Jmonkey(v2.0) need? (except JRE file)



    thank you. I like Jmonkey.
1. Can I use Jmonkey in Embedded Devices? (like J2ME)

No. jME is for use in J2SE only.
For J2ME 3D graphics, see this page:
http://developers.sun.com/mobility/apis/articles/3dgraphics/

2. what is the size of the file that Jmonkey(v2.0) need? (except JRE file)

Depends a lot on how much of jME you are using, for most games LWJGL, jME, and needed native libraries for all platforms would take about 8 MB total. If you are making separate distributions for each platforms, it's about 4 MB for each distribution.