Jakob Sachse wrote: > but in some cases this is not an option. i.e I want to run Rhino on > Andorid, which goes well for the interpreter mode, but not in > compilation mode since it produces bytecode.
Which gets back to Ralf's original point: "You can't." AFAIK, dynamic languages that generate Java VM bytecode will need to be augmented to generate Dalvik VM bytecode. Or, use interpreters that do not generate bytecode (e.g., beanshell). -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

