iPhone JVM
Was bored tonight. Started porting a JVM to the iphone. Is it useful? No way. (We all know we hate java). Does it work? sorta. As long as you stick to console Java apps for now. Hot damn!
# ./ReeferJVM HelloWorld
executeMethod: m[HelloWorld.
>>> [1190436626.903375] invoking method: m[HelloWorld.
executeMethod: m[HelloWorld.main] #par=0
>>> [1190436626.903388] invoking method: m[HelloWorld.main]
>>> [1190436626.904241] invoking native method: m[waba/sys/VmShell.println]
Hello World from an iPhone java app!
#