Cách thiết lập classpath trong Java jar
Miêu tả vấn đề
Cách thiết lập classpath khi class file ở trong .jar file trong Java?
Giải pháp
Ví dụ sau minh họa cách thiết lập classpath khi class file được lưu giữ trong một .jar hoặc .zip file:
c:> java -classpath C:\java\myclasses.jar utility.testapp.main
Kết quả
Code trên sẽ cho kết quả sau:
Class path set.
Bài học Bài tập Java phổ biến tại hoconline.club:
moi_truong_java.jsp
Bài viết liên quan