当前位置: 技术问答>java相关
jb5运行不了,怎么办?
来源: 互联网 发布时间:2015-01-29
本文导语: 我从www.jspchina.com下载的jbuilder5企业版,安装好后从开始菜单运行,什么也不出来,各位大哥谁遇到过这种情况?怎么处理呢? | 是你安装的目录中,你找到bin目录,其中有一个Jbuilder.config文...
我从www.jspchina.com下载的jbuilder5企业版,安装好后从开始菜单运行,什么也不出来,各位大哥谁遇到过这种情况?怎么处理呢?
|
是你安装的目录中,你找到bin目录,其中有一个Jbuilder.config文件,你用记事本打开之后把最后关于vss的配置注释掉就可以了。如:
# +-----------------------------------------------------+
# | |
# | 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
//这两行要被注释掉
#vmparam -DVSSLocation="D:Program FilesMicrosoft Visual StudioCommonVSSwin32"
#vmparam -DVSSCurrentDBase="\Nt7000m10VSS"
好好检查一下吧。
# +-----------------------------------------------------+
# | |
# | 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
//这两行要被注释掉
#vmparam -DVSSLocation="D:Program FilesMicrosoft Visual StudioCommonVSSwin32"
#vmparam -DVSSCurrentDBase="\Nt7000m10VSS"
好好检查一下吧。
|
如果安装了sourcesafe,需要删除其配置文件中的相应行(在比较后面)
|
你机器上装了版本控制软件没有?
若装了,则需要修改一下相应的配置文件。
若装了,则需要修改一下相应的配置文件。