开发者

64Bit Edition for Netbeans and Glassfish

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 the开发者_JS百科ir internal processing?

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

Regards


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

  • GlassFish
    • Thread: how to configure glassfish to use 64 bit jvm
    • GlassFish Wiki: Faq64bitConfig
    • 64-bit GlassFish, howto, wiki
  • Netbeans
    • FaqInstall64Bit


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜