gpt4 book ai didi

java - 在 Xcode 4 中编译 Java

转载 作者:搜寻专家 更新时间:2023-10-30 21:05:21 25 4
gpt4 key购买 nike

我知道这个问题已经流传很久了......

Xcode 4 中的 Java

我不需要任何建议(例如 Eclipse、Netbeans)我只想在“XCode4”(不是 3)中编译一些简单的 Java 代码。我设法创建了一个文件,正如预期的那样,由于缺少 Scheme,语法和一切正常,但编译器除外。我有点卡在可执行文件上了。

我的问题是:

这有可能吗?

最佳答案

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.

摘自 Apple Support Community

关于java - 在 Xcode 4 中编译 Java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15946163/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com