Netbeans 和 Glassfish 的 64 位版本

发布于 2024-09-17 08:48:39 字数 149 浏览 2 评论 0原文

为什么 Netbeans 或 Glassfish 没有 64 位版本来提高性能? 当然,这两个应用程序都使用 JDK 64 位,但为什么没有任何 64 位版本来改进其内部处理呢?

我认为 Eclipse 发布了 32 位和 64 位版本,不是吗?

问候

Why Netbeans or Glassfish doesn't have 64bit Edition Version to improve performance?
Of course these both applications use JDK 64bit but why there is no any 64bit edition for improving their internal processing?

I think eclipse published in both 32 and 64 bit, isn't?

Regards

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

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

发布评论

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

评论(2

寂寞清仓 2024-09-24 08:48:39

为什么 Netbeans 或 Glassfish 没有 64 位版本来提高性能?

因为与 Eclipse 不同,NetBeans 和 GlassFish 不依赖于平台。因此,只需配置 NetBeans 或 GlassFish 即可使用 64 位 JVM。

顺便说一句,你确定你会得到更好的性能

资源

Why Netbeans or Glassfish doesn't have 64bit Edition Version to improve performance?

Because unlike Eclipse, NetBeans and GlassFish aren't platform dependent. So just configure NetBeans or GlassFish to use your 64-bit JVM.

By the way, are you sure you would get better performances?

Resources

醉生梦死 2024-09-24 08:48:39

过去,GlassFish 利用了一些本机库。

看起来 GlassFish Server 3.1 没有利用任何本机库,因此实际上没有必要发布“64 位”版本。

服务器将使用您告诉它使用的 jdk。如果您使用 64 位 JDK 启动服务器,则您将获得 64 位“版本”。

NB的情况也类似。 NB 6.9 附带了一些本机库,但其中大多数距离 IDE 的“核心”功能还很远。发布 64 位版本的 NB 不会产生太大的性能提升(如果有的话)。

Eclipse 可能比 NB 更多地依赖于本机库(由于 SWT 等)。

In the past, GlassFish leveraged some native libraries.

It looks like GlassFish Server 3.1 does not leverage any native libraries, so there is really no need to have a '64 bit' release.

The server will use the jdk that you tell it to use. If you start the server with the 64-bit JDK, you have a 64-bit 'release'.

The status of NB is similar. There are some native libraries that ship with NB 6.9, but most of them are far from the 'core' functionality of the IDE. Shipping a 64-bit edition of NB would not yield much, if any, of a performance boost.

Eclipse may have more of a dependency on native libraries (due to things like SWT) than NB.

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