Koala,

Try this for starters:
http://stackoverflow.com/questions/4491720/why-android-is-built-on-a-vm-dalvik

and follow various pointer that appear there (like the video from
Google I/O 2008). It should shed some light on why there was a need to
rewrite JVM for speed and small memory footprint.

Just to let you know, Dalvik VM is based (in the areas that overlapped
with restricted architecture design) on Apache Harmony.

What you want is to port Apache Harmony to ARM architecture. It is not
a small nor easy task and you can appreciate yourself that desktop
machine does not have certain constraints present in a mobile device
even when computing power of the said mobile is on par with desktop.
(battery, memory, different OS design, ...)

Daniel




On Fri, Feb 4, 2011 at 6:44 AM, koala <[email protected]> wrote:
> That comment does not help me
>
> On Jan 19, 4:37 pm, viktor <[email protected]> wrote:
>> I think you should change the forum. For example Spring, Java WEB
>> development but notAndroid.
>>
>> On 14 Січ, 16:16, koala <[email protected]> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > For god sake,
>>
>> > how convenient would it be to haveOpenJDKrunning onandroid?
>>
>> > Imagine if we could run swing, rmi, if we could run all java code as
>> > it is, we could run enterprise application clients. We could have
>> >androidapps running on the desktop and on the phone.
>>
>> > What's the blockage stopping us from doing this?
>>
>> > Is it all about the price of google's shares vs the price of oracle's
>> > shares?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Daniel Drozdzewski

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to