From: Wolfgang K. <wol...@xm...> - 2009-10-31 07:56:21
|
Dominique, Setting up a project to develop your own iPhone application is still a manual process (for both - Eclipse as well as for Netbeans). Create your project and add XMLVM's libraries to your classpath. These are objc-compat.jar and lwjgl.jar. If you are developing an Android application which will be run using XMLVM's emulator you need android-compat.jar as well. Please note - we currently have a contribution under review which (among a lot of other things) provides support for automatic generation of project skeletons to speed up setting up a new project. -- Wolfgang dominique wrote: > > Hello, > > > > Hello, > > > > I have downloaded your tool, congratulation.. I bought a Mac in order > to develop product for Iphone. I know very well Java, but I wanted to > do a minimum for Macintosh SDK..Also I have just some informations > about Machintosh the strict minimum.. > > > > > > I have decided to install windows_XP_SP3 with VMWARE … if that can > help, here are the steps.. > > > > > > 1- Mac : install Snow Leopard (64 bits & Java 6) : in canada 66$ > included tax for 5 licences > > (java 6 is only available from apple with OS_64_bits, thank you apple) > > > > 2- Install Wmware WorkStation (78$ with tax) > > > > 3- Install Windows_XP_SP3 : official version, install java_6, > notepad++, winrar > > > > And use your XP under Mac… > > > > 4- Download and install Cygwin (free), unix emulation > > > > |5- ||svn co https://xmlvm.svn.sourceforge.net/svnroot/xmlvm > xmlvm ||| > > > > 6- Download and install ant (make for java) installed in > c:\apache-ant-1.7.0 (or another version) > > > > 7- update environment variables inside windows > > JAVA_HOME = C:\Program Files\Java\jdk1.6.0_16 > > Path add : C:\Program Files\Java\jdk1.6.0_16\bin;C:\apache-ant-1.7.0\bin > > > > 8- create .bash_profile inside $HOME c:\cygwin\home\Administrator > > alias xmlvm =’java –jar > c:/cygwin/home/Administrator/xmlvm/trunk/xmlvm/dist/xmlvm.jar’ > > run cygwin and type alias you should see the xmlvm alias > > > > 9- Recompile xmlvm with ant ; open cygwin and then > > cd xmlvm/trunk/xmlvm > > and type *ant *you should get inside the folder *dist :* > > *xmlvm.jar* > > > > > > and it works ! > > > > My question is : for java i use NetBeans 6.7.1 … >From Eclipse how is > built java code for Iphone ? Is it manual ? > > > > > > Dominique MARY from Québec, Canada > > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |