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.
我需要一个参数来启动 JRockit JVM,而不需要(不知道会发生什么)生成转储文件。像 -DnoDump 或 -XXnoJrDump 这样的东西会很棒。
在 JRockit 中禁用转储的参数是 -XXdumpSize:none
Just out of curiosity, between <applet> vs <object> for a Java applet, which one should I use? I know that <applet> is deprecated, however Sun still recommends
<applet>
<object>