xcode编译java软件教程 您所在的位置:网站首页 xcode编写java xcode编译java软件教程

xcode编译java软件教程

#xcode编译java软件教程| 来源: 网络整理| 查看: 265

Is it possible to do that?

是的,这是可能的.

1) File > New > New Project > Other > External Build System

2) Give it some name and save it somewhere.

3) File > New > New File > Other > Empty

4) Give it a Java-friendly name. In my example, use "HelloWorld.java"

5) Copy the contents below into the file and save.

6) File > New > New File > Other > Empty

7) Save as "Makefile".

8) Copy the contents below into the file and save.

9) The "Run" (>) button should at least compile your Java now.

现在它变得棘手你不必做下一部分.你可以打开一个终端到你的项目目录,如果你愿意,运行“java HelloWorld”.我强烈建议.您也可以直接输入“make”,并将Xcode纯粹作为文本编辑器使用.

9) Project > Edit Scheme > Debug > Info

10) Executable > Other > type ^⌘g > type "/bin" > choose "sh"

11) Arguments

12) Set "Base Expansion on" whatever you named your target

13) Add an argument '-c "/usr/bin/java -classpath $(PROJECT_DIR) HelloWorld"' for this example.

14) Cross your fingers

15) Click the "Run" (>) button.



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有