在JBuilder 7安?b目??下的bin子目????(?A?O是C:JBuilder7in),可以找到jdk.config?@???n案,?热萑缦拢? # Use the embedded JDK provided with JBuilder Foundation # and override the default heap growth / shrinkage rates javapath ../jdk1.3.1/jre/bin/hotspot/jvm.dll vmparam -Xminf0.2 vmparam -Xmaxf0.2 # Add the "tools" JAR to the path since the JDK doesn´t # do so automatically addpath ../jdk1.3.1/lib/tools.jar ... (以下省略)
假?OJava 2 SDK 1.4.1版安?b在?A?O的C:j2sdk1.4.1目??,???⒋煮w字?@示的那?尚腥缦滦薷模? # Use the embedded JDK provided with JBuilder Foundation # and override the default heap growth / shrinkage rates javapath C:/j2sdk1.4.1/jre/bin/client/jvm.dll vmparam -Xminf0.2 vmparam -Xmaxf0.2 # Add the "tools" JAR to the path since the JDK doesn´t # do so automatically addpath C:/j2sdk1.4.1/lib/tools.jar ... (以下省略)