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.
JVMヒープ設定を次のように設定できます
<APPLET CODE="Main.class" WIDTH="800" HEIGHT="500"> <PARAM name="separate_jvm" value="true"> <PARAM name="java_arguments" value="-Xmx512M">
<OBJECT>タグでこれを行うことはできますか? それは私のために働いています。他に方法はありますか?
<OBJECT>