JBuilder 5.0 拷贝就可以用了,,不需安装!

解决方案 »

  1.   

    我的JBuilder5.0是安装的,如何拷贝?
      

  2.   

    请检查jbuilder5/bin下的jbuilder.config文件,确保与以下内容相同。
    # +-----------------------------------------------------+
    # |                                                     |
    # | 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
      

  3.   

    谢谢各位,我照着黑查理的方法解决了!
    对了,黑查理,以后能否交个朋友,我的email是:[email protected]
      

  4.   

    在这里有一些JBuilder的资料
    hicharlie.at.china.com