Discussion:
How to build plain-old JVM
Tomei Ningen
2008-10-23 22:35:52 UTC
Permalink
Is there a quick way to build a text-mode only JVM for x86 so that I
can easily run

dalvikvm -cp hello.dex HelloWorld

This will be good for exploring the Dalvik VM. I can probably do this
myself, but maybe there are brave souls that have already done it?

Thanks
fadden
2008-10-24 23:11:34 UTC
Permalink
Post by Tomei Ningen
Is there a quick way to build a text-mode only JVM for x86 so that I
can easily run
      dalvikvm -cp hello.dex HelloWorld
This will be good for exploring the Dalvik VM. I can probably do this
myself, but maybe there are brave souls that have already done it?
See the 10th or so message here:

http://groups.google.com/group/android-porting/browse_thread/thread/ab553116dbc960da#
Continue reading on narkive:
Loading...