What can you not do on the Dalvik VM (Android's VM) that you can in Sun VM?

后端 未结 4 1875
失恋的感觉
失恋的感觉 2020-12-02 07:28

I know that you can run almost all Java in Dalvik\'s VM that you can in Java\'s VM but the limitations are not very clear. Has anyone run into any major s

4条回答
  •  温柔的废话
    2020-12-02 08:08

    Just to add to the conversation, not intended to revive an old thread. I just ran across this in my search, and want to add that Jython does not work out of the box with Dalvik either. Simply trying to do a hello world example will yield the following:

提交回复
热议问题