JBuilder5 为什么不能用?(100分)

  • 主题发起人 主题发起人 豺狼
  • 开始时间 开始时间

豺狼

Unregistered / Unconfirmed
GUEST, unregistred user!
我下载下来装上怎么不能用?狂读一阵硬盘后什么都没有………………
是不是还要下载个什么 AppServer? 点解
 
“什么都没有”和AppServer应该没关系的。
要不你再多等一会儿……………
可能和你机器的配置有关,说来看看。
 
我前一阵刚装好delphi6, jb5, 都没问题
 
我的是Win2000 server,不能用,装在Me上却可以,为何?
 
连第一次启动时提示注册的界面都没有出来吗?难道是内存不够?
我的Win2000 Profesional 中文版,128M内存,没问题的。
Win2000 Server版我没用过,就不知道了。
 
注意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/"
 
to hicharlie:
我的机器里的JBuilder.config的mainclass之后本来就没有其它内容啊。
我想豺狼说的是刚刚安装的JBuilder 5就不能运行的情况吧。
新安装的JBuilder怎么会涉及到VSS呢?是不是你后来做了什么版本控制的设置?
 
to 5rain6sky
多谢关注!
因为JBuilder安装时能自动检测到Vss,我的Jb5就是因为它自动检测加了两行vmparam,导致
jb5启不动。
就是
这两行让我在Borland的新闻组里找了半天,才搞定。
JBuilder5在安装时可能会出现很多vmparam参数,如果导致不能启动,就删除它。
 
to hicharlie: 原来如此,又学了一招,多谢指教!
 
搞定!
我的是Win2000 Server,刚装上不行,搞了两次后又休息了一天,ok了:)
谢谢诸位!
 
后退
顶部