//hello.java package hello; public class hello{ public static void main(String s[]){ System.out.} } 編譯java文件,然后打開Jbuilder.config文件,作相應(yīng)的修改:
在JBuilder.config里面找到下面兩行:
# Start JBuilder using the its main class mainclass com.borland.jbuilder.JBuilder 修改為:
# Start JBuilder using the its main class mainclass hello.hello addpath E:/jbuilder5/bin/temp/ addpath命令是把目錄加入類路徑中,這個命令和其它c(diǎn)onfig里面可以識別的命令可以在JBuilder/bin目錄下的config_readme.txt里面找到具體說明。