从 console 用 jbuilder.exe 试一下。
看看提示信息。
估计是jdk1.3的关系。

解决方案 »

  1.   

    如果安装了sourcesafe,需要删除其配置文件中的相应行(在比较后面)
      

  2.   

    我也遇到了这个问题,不过现在解决了。我的问题主要是我的机器上安装了visual sourcesafe,所以在安装的时候jb5的安装程序在宾bin\JBuilder.config文件的最后增加了vss的配置,你只要把他去掉就可以了.
      

  3.   

    你的电脑有没有128MB内存 ,JBuilder5 需要最小128MB.
      

  4.   

    是你安装的目录中,你找到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 Files\Microsoft Visual Studio\Common\VSS\win32"
    #vmparam -DVSSCurrentDBase="\\Nt7000m10\VSS\"好好检查一下吧。
      

  5.   

    我的机器只有64M内存,照样可以安装和运行JB5,就是速度慢点。