From: Daniel B. <db...@gm...> - 2009-07-24 18:34:21
|
Thanks guys, was funny but I imagine to use "--target" thanks to the help that xmlvm command line display :) Now thanks to your big help gave, I will try to make a helloWorld which will hit the walls depending on the x and y origin, just to test your application (the java-based iphone emulator). Changing the subject, can anyone explain me how to use the code, generated by the xmlvm, in the iphone when I compiled the class with the following: %xmlvm% --in=holaMundo.class --target=iphone --iphone-app=holaMundo --out="./salida/" take into account that %xmlvm% is equal to "java -jar xmlvm.jar". My goal is to pass the compile code to a friend and he test it in his iphone (I don't have Iphone or Itouch in the meanwhile) Can I use the code in a simple ipod? Of course without the wireless connection and touchscreen functions. I noticed that the project is not document and making use of the javadoc functionality. Sorry for being annoying, but will you document it?, should be a great help. *HINT:* you should include the images of the Iphone into one of the JARs, at the beggining I was expecting to run the helloWorld and see a pop-up screen with the result instead of a displaying error. *PS.:* excuse my English, I'm improving it. *PS.:* I will try to make a plugin to eclipse in order to use your project. (Just to learn how to make a plugin and who knows if that helps the users) |