From: dominique <dom...@gm...> - 2009-10-30 11:41:46
|
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 |