注意bin目录下的JBuilder.config和正常机器JBuilder.config上的导同。下面是我的
jbuilder.config。本来也不能运行,但是把
mainclass后的vmparam两行注释掉,就OK了。
# +-----------------------------------------------------+
# | |
# | This is the configuration file for the JBuilder IDE |
# | |
# | do
NOT make modifications without maintaining a |
# | backup copy. See config_readme.txt for a |
# | description of the recognized directives. |
# | |
# +-----------------------------------------------------+
# Read the shared JDK definition
include jdk.config
# Tune this VM to provide enough headroom to work on large
# applications
vmparam -Xms8m
vmparam -Xmx128m
# Put the Lightweight AWT wrapper on the boot path
addbootpath ../lib/lawt.jar
# Add all JAR files located in the patch, lib and lib/ext directory
addjars ../patch
addjars ../lib
addjars ../lib/ext
# Activate the shell integration
socket 8888
# Add all the configuration files located in the lib/ext directory
includedir ../lib/ext
# JBuilder needs to have access to the environment
exportenv
# Start JBuilder using the its main class
mainclass com.borland.jbuilder.JBuilder
# Specify location of Visual SourceSafe and Database
#this two lines make JBuilder 5 Crash
#vmparam -DVSSLocation="C:/Program Files/Microsoft Visual Studio/Common/VSS/win32"
#vmparam -DVSSCurrentDBase="//rdserver/VSS/"