简体   繁体   English

JDK 6和linux

[英]JDK 6 and linux

I have just watched the bug report http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6972329 so I want to ask... Is there a JDK upgraded version which handles the problem? 我刚刚看了一下错误报告http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6972329所以我想问一下......是否有JDK升级版处理这个问题? Because if I develop an app with 32-bit JDK 6 will it work on 64-bit linux? 因为如果我使用32位JDK 6开发应用程序,它是否适用于64位Linux? I have compiled my project with jdk 1.6.0_05 so I am not sure will it work for 32 or 64 bit linux ... won't it be the user.home as '?' 我用jdk 1.6.0_05编译了我的项目,所以我不确定它是否适用于32位或64位linux ...不会是user.home的'?'

Thanks 谢谢

The bug has absolutely nothing to do with the JDK used to compile Java code - Java bytecode is completely platform independant. 该bug与用于编译Java代码的JDK完全无关 - Java字节码完全独立于平台。 The bug only occurs when you run a Java app on a 32bit JVM on a 64bit Linux, and even then it seems to depend on a specific (and possibly faulty) LDAP configuration. 只有当您在64位Linux上的32位JVM上运行Java应用程序时才会出现该错误,即使这样,它似乎依赖于特定的(可能是错误的)LDAP配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM