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.
我正在通过 Web Start 在 Mac OS X Leopard 上运行 Java 32 位应用程序。我需要确保 VM 以 32 位模式加载。我怎样才能在 JNLP 中做到这一点?
我发布后立即找到了答案。在“资源”标签中,您可以执行如下所示的一行。“-d32”将强制加载 32 位 VM:
<j2se version="1.5+" java-vm-args="-d32" href="http://java.sun.com/products/autodl/j2se"/>