Can I write Java code in XCode 3.2.1?

后端 未结 6 690
说谎
说谎 2020-12-19 04:26

I would like to know is there any way to program (write, compile and execute) Java in XCode as I don\'t see any Java templates. Does that mean that it\'s not possible?

6条回答
  •  情书的邮戳
    2020-12-19 04:42

    I usually use NetBeans or Eclipse, but the Xcode design tool is delightful. The "Quick Model" feature is specially handy for visualizing an existing class library. Choosing New File from the File menu should show Java templates, and you'll find example projects in /Developer/Examples/Java/.

提交回复
热议问题