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 aware of any project in this direction

2 - take the J2SE applet, disassemble it, and run it on a
     parser which translate J2SE API call (AWT call ... swing call
     and what is needed) using the Android available API.
     ( I'm not aware of any project in this direction).

In conclusion, I aborted the project to run J2SE on Android,
anyway, if you find any solution, let us know!

For wine, never looked, but wine run a x86 binary, while usually
Android runs ARM binary.

bye
giammy

--  
Gianluca Moro --- http://giammy.com




-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to