GNU 类路径与 libgcj 有何关系?
这两个项目都是 Java 标准库的免费实现。 libgcj 的主页说它已与 Classpath 合并,但它们在 Ubuntu 中仍然是单独的包。
那么有什么区别呢?一个比另一个更好吗?一个人依赖另一个人吗?
Both projects are free implementations of the Java standard libraries. libgcj's homepage says it was merged with Classpath, but they're still separate packages in Ubuntu.
So what's the difference? Is one better than the other? Does one depend on the other?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GNU Classpath 是Sun 内置Java 类的重新实现。 libgcj 是一个本机库,用于运行通过 gcj 编译为本机代码的 Java 应用程序。它们处于同一保护伞下,但有不同的目的。
GNU Classpath is a reimplementation of Sun's built-in Java classes. libgcj is a native library used for running Java apps compiled to native code via gcj. They're under the same umbrella, but have different purposes.