On Fri, Sep 12, 2008 at 4:31 AM, beflok <[EMAIL PROTECTED]> wrote: > > hmm... is there any way around this? is there a way to make an > executable into a java script? >
There are no ways to run native windows code on mobile Java devices. Unless you count writing an interpreter/emulator along the lines of WINE for android (this would be an extraordinary task, pretty much a lifetime's work) or running the app on a windows box and connecting to that using an android VNC client, but both these ideas are pretty terrible. If what you have is just the compiled program, and no access to the source, then I'm afraid you are out of luck. Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---