[android-kernel] Re: Can Android support Java J2SE(not only J2ME) as Linux and Unix?

2011-05-14 Thread giangiammy
Hi, I had the same problem, and after some time looking around, I got the conclusion that it is not possible to run J2SE on Android. The possible solution I saw were: 1 - implement OpenJDK on Android (but it's a lot of work, and OpenJDK is too much resource hungry!) Anyway, I'm not aw

[android-kernel] Re: Can Android support Java J2SE(not only J2ME) as Linux and Unix?

2011-05-13 Thread why2jjj
PS J2ME is not what is on an Android phone. It's Google's Java VM implementation, Dalvik. They are not the same, as Dalvik has APIs not in any of the Sun/Oracle Java VMs. So there is about 100% guarantee something will not work if you are trying to get J2SE-something in your Android code. On M

[android-kernel] Re: Can Android support Java J2SE(not only J2ME) as Linux and Unix?

2011-05-13 Thread why2jjj
Gotta' love the 'Great Firewall of China' ;-). I found a mirror site, though the caveat is it's an Android x86 port: http://www.android-x86.org/getsourcecode (discussion of the mirror) http://android-x86.git.sourceforge.net/git/gitweb-index.cgi (actual mirror) No guarantees on the state of this,