1.在jb中的project Property.修改第一项。把你的jdk1.4的安装路径选择上。
2。如果在jb下编译就不用设置path.classpath的设置同一在同一个窗口中有一个output...
3.在dos没问题。
4。没问题。
5。我也忘了,我也是网上查的。

解决方案 »

  1.   

     use as Serial: xa22-?hrs5-2ubgs                                
          Auth Key: f2j-46g     
      

  2.   

    How can I change the JDK that JBuilder runs on (JBuilder 3.5 and newer)? 
    Edit the JBuilder /bin/jdk.config file and replace all paths which refer to the old JDK with corresponding paths for your new VM. Save the new file. JBuilder 5 example: 
    Old file: 
    # Use the embedded JDK provided with JBuilder
    javapath ../jdk1.3/bin/java
    # Add the "tools" JAR to the path since the JDK doesn't
    # do so automatically
    addpath ../jdk1.3/lib/tools.jar
    New file: 
    # Use the embedded JDK provided with JBuilder
    javapath C:/jdks/jdk1.3.1/bin/java
    # Add the "tools" JAR to the path since the JDK doesn't
    # do so automatically
    addpath C:/jdks/jdk1.3.1/lib/tools.jar