Hi,
I want cross compiled java binaries for AM1808. I want to run already prepared jar files and other GUI related java applications on my embedded device with AM1808.
Any prompt help is appreciated.
Thanks in advance.
- Charvi
P.S.: It has nothing to do with android but as there is no such thing as JAVA forum so I thought it appropriate to post here.
I know JAVA binaries are available for arm. But they do not exactly have all the correct features. There are J2SE and J2ME. In J2ME all versions are headless versions meaning they are useful for non-GUI related apps. Even in J2SE embedded most of the binaries for ARM are headless. The one which is headful supports only hard-float systems. While mine is soft-float and I also need it for GUI relates functions.
Can anybody please suggest anything or please share the binaries if they have for AM1808.
-Charvi
Hi Charvi,
At present it is made available by android.. probably can have some modification for DVM(dalvik virtual machine) usage.. still not sure tough.
You can take look at : http://gcc.gnu.org/java/ for cross-compliling java for embedded platform.
-
satish
Kindly click the verify answer button on this post if it answer your question.