开发者

is it possible to use the .java extension files in Xcode?

开发者 https://www.devze.com 2023-03-07 16:55 出处:网络
can I call the java extension fi开发者_如何转开发les in the Xcode?.i.e Can I create the Object for that class.

can I call the java extension fi开发者_如何转开发les in the Xcode?.i.e Can I create the Object for that class.

Thanks in advance


I think it is not possible as far as my knowledge


Xcode used to have some support for Java (e.g. you could have java projects).

now, you would have to setup custom build phases for your Java sources. so, it could function as a tool, but i think most of the functionality has been pulled by now - you'd actually have better luck using older versions of Xcode, which included project and target templates for Java stuffs.

on osx, Idea or Eclipse (or others) is better suited for Java.

0

精彩评论

暂无评论...
验证码 换一张
取 消