3.Project layout 有兩個選項,差別在於第一個會將原始碼與編譯好的程式碼放置在專案目錄下,另一個則是分開放在src與bin資料夾內 4.下一步可先採用預設直接點選Finish 5.完成後,從New --> class
輸入 class name,並自行依需要選擇下面選項,Eclipse就會自動幫你產生一個class檔
像是降~
Code:[Copy to clipboard] /* * Created on 2004/3/22 * * To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ /** * @author Administrator * * To change the template for this generated type comment go to * Window - Preferences - Java - Code Generation - Code and Comments */ public class Hello { public static void main(String[] args) { } }