不懂,不知道下面的
文件是否能参考:(修改后的JDK.config文件,对照原来的jdk.config(在JBuilder7/bin目录下)文件就明白了)# +-----------------------------------------------------+
# |                                                     |
# |  This is the shared configuration file for the      |
# |                      Win32 JDK                      |
# |                                                     |
# |   Do NOT make modifications without maintaining a   |
# |      backup copy.  See config_readme.txt for a      |
# |      description of the recognized directives.      |
# |                                                     |
# +-----------------------------------------------------+# Use the embedded JDK provided with JBuilder Foundation
# and override the default heap growth / shrinkage rates
javapath ../../Java2SDK/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 ../../Java2SDK/lib/tools.jar# Force standard VM settings for all applications
vmparam -Xverify:none# +-----------------------------------------------------+
# |                                                     |
# |    Uncomment the following line if you are seeing   |
# |    screen glitches while running JBuilder.  This    |
# |  problem is especially common under Windows 95/98.  |
# |                                                     |
# +-----------------------------------------------------+
#vmparam -Dsun.java2d.noddraw# +-----------------------------------------------------+
# |                                                     |
# |    Uncomment the following line if you are having   |
# |   problems with your default file encoding.  This   |
# |         problem is evident in some locales.         |
# |                                                     |
# +-----------------------------------------------------+
#vmparam -Dfile.encoding=ISO8859_1