Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 32 位环境 (JDK) 中编译 Java 类时,该类是否也在 64 位 JRE 上运行?还是我必须在 64 位 JDK 中编译该类?
该类没有任何 JNI(Java 本机接口)。
问候
是的,它确实。字节码不依赖于环境的架构(JNI 的澄清有助于给出明确的答案)。