jjfiv / dalvik-js

Project for CS 691ST - Dalvik VM implementation in Javascript
23 stars 11 forks source link

no Ljava/lang/Object; in ClassLibrary #98

Closed etosch closed 12 years ago

etosch commented 12 years ago

This object isn't loaded at all.

jjfiv commented 12 years ago

Doesn't seem to exist; we'll have to fake any references to it.

On 10/30/2012 05:24 PM, etosch wrote:

This object isn't loaded at all.

— Reply to this email directly or view it on GitHub https://github.com/jjfiv/dalvik-js/issues/98.

etosch commented 12 years ago

cool story, bro.

etosch commented 12 years ago

How about initializing ClassLibrary with a synthetic Ljava/lang/Object; ?

jjfiv commented 12 years ago

Whichever you feel more like doing.

On 10/30/2012 05:49 PM, etosch wrote:

How about initializing ClassLibrary with a synthetic Ljava/lang/Object; ?

— Reply to this email directly or view it on GitHub https://github.com/jjfiv/dalvik-js/issues/98#issuecomment-9924293.