PDA

View Full Version : Làm thế nào để Pack file .jar



nmvuong
22-06-15, 05:58 PM
mấy bác cho em hỏi làm sao để nén cái file jar lại thành y như củ vậy..
E nén hoài bằng winrar mà nó hok chạy..

HeavenGames
05-07-15, 01:20 PM
mấy bác cho em hỏi làm sao để nén cái file jar lại thành y như củ vậy..
E nén hoài bằng winrar mà nó hok chạy..

Dùng Winrar nén lại với định dạng Zip nhé

khuek8b
05-07-15, 02:17 PM
google có mà hok tìm.
Updating a JAR File

The Jar tool provides a u option which you can use to update the contents of an existing JAR file by modifying its manifest or by adding files.

The basic command for adding files has this format:

jar uf jar-file input-file(s)
In this command:

The u option indicates that you want to update an existing JAR file.
The f option indicates that the JAR file to update is specified on the command line.
jar-file is the existing JAR file that is to be updated.
input-file(s) is a space-delimited list of one or more files that you want to add to the JAR file.