【笔记】Eclipse and Java for Total Beginners—016
摘要:
Lesson 16 – Create main Method and JAR FileIntroduce main methodWrite a main methodRun MyLibrary as Java applicationExport to JAR file and run from Windows在MyLibrary.java里添加main method。 1 public static void main(String[] args) { 2 // create a new MyLibrary 3 MyLibrary testLibrary = new MyLibrary(&qu 阅读全文
posted @ 2011-06-13 15:29 yf.x 阅读(335) 评论(0) 推荐(1)
浙公网安备 33010602011771号