MyEclipse 如何在没有 javac 的情况下编译 Java 类?

发布于 2024-08-06 08:24:08 字数 172 浏览 7 评论 0原文

在我的系统上,我安装了 Sun JRE(不是 JDK)和 MyEclipse IDE。

我在Program Files(Windows平台)的MyEclipse安装文件中搜索了javac.exe,但是我没有找到javac.exe的结果。

MyEclipse 使用哪个工具来编译 .java 文件?

On my system, I have installed a Sun JRE (not JDK) and MyEclipse IDE.

I have searched for javac.exe in the installed files of MyEclipse in Program Files (windows platform), but there I got no results found for javac.exe.

Which tool is MyEclipse using to compile .java files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

明天过后 2024-08-13 08:24:08

Eclipse 包含它自己的 Java 编译器,由该项目从头开始编写。在某些边缘情况下,它并不总是与 Oracle 的编译器完全一致。他们这样做是为了获得快速的增量编译。如果您想以这种方式滚动,您甚至可以使用 ant 中的它来代替 javac。

Eclipse includes its very own Java compiler, written by the project from scratch. It doesn't always quite agree with Oracle's compiler in some edge cases. They did this to get speedy incremental compilation. You can even use it from ant in place of the javac if you want to roll that way.

那请放手 2024-08-13 08:24:08

#1:通常你需要 JDK。 JDK 是指 Java 开发 工具包,其中包括 java 编译器 javac

#2:第二个问题没有明白您真正想问的是什么?

#1: normally you need JDK. JDK mean Java Development Kit which includes the java-compiler javac

#2: Don't get what you really want to ask with the second question?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文