How to create jar file with java command line | วิธีการสร้าง jar ไฟล์ด้วย command line


1 สร้าง java file ขึ้นมาเพื่อทดสอบ
2. ใช้คำสั่ง compiled source code ให้ java กลายเป็น byte code ด้วยคำสั่ง
3.หลังจากนั้นไฟล์​ Hw.class  จะถูกสร้างขึ้นใน directoy bin
4.สร้าง file mainifest.mf เพื่อเป็นตัวสร้างไฟล์ jar ขึ้นมา ซึ่งไฟล์นี้อยู่ใน directory เดียวกับไฟล์​ Hw.java ไฟล์ที่เราสร้างขึ้นมาตอนแรก
5.เข้าไปที่ directory bin [cd bin] แล้วใช้ำสั่งสร้าง jar file ด้วยคำสั่ง
6.วิธีการรัน jar file สามารถทำได้ด้วยคำสั่ง java -jara Hw.jar เป็นต้น
Share on Google Plus

About maxcom

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 ความคิดเห็น:

แสดงความคิดเห็น