当前位置:网站首页>Mobile security tool jar
Mobile security tool jar
2022-06-25 00:49:00 【Deep safety laboratory】
1 demand
- establish jar file
- decompression jar file
- -x Extract the specified... From the file ( Or all ) file
- It can only be extracted to the current directory , See the following references for details
- plug-in unit jar The contents of the document
- see jar In file rt.jar
- Compress two files into the same jar In file
2 grammar
C:\Users\Administrator>jar
usage : jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files ...
Options :
-c Create a new profile
-t Make a list of files
-x Extract the specified... From the file ( Or all ) file
-u Update existing files
-v Generate detailed output in standard output
-f Specify the file name
-m Contains the manifest information in the specified manifest file
-n Create a new file and execute Pack200 Normalization
-e For bundling to executable jar File independent application
Specify the application entry point
-0 Store only ; Do not use any ZIP Compress
-P Keep leading in filename '/' ( Absolute path ) and ".." ( Parent directory ) Components
-M Don't create a manifest file for items
-i For the specified jar File generation index information
-C Change to the specified directory and include the following files
If any file is a directory , Then recursively .
Listing filename , The specified order of file name and entry point name
And 'm', 'f' and 'e' Tags are specified in the same order .
Example 1: File two class files into a file called classes.jar In the archives of :
jar cvf classes.jar Foo.class Bar.class
Example 2: Use the existing manifest file 'mymanifest' and
take foo/ All files in the directory are archived to 'classes.jar' in :
jar cvfm classes.jar mymanifest -C foo/ .3 Example
4 Reference material
Java of use Jar Command to extract the file _llqyhl The blog of -CSDN Blog

Java Executable jar Self decompression jar From the specified file to the specified directory

边栏推荐
- [Solved] Public key for mysql-community-xxx. rpm is not installed
- Difficult and miscellaneous problems: A Study on the phenomenon of text fuzziness caused by transform
- Registration method of native method in JNI
- Use of file class filenamefilter & filefilter in io
- Simple collation of Web cache
- In the process of enterprise development, I found that a colleague used the select * from where condition for update
- ros(25):rqt_ image_ View reports an error unable to load plugin for transport 'compressed', error string
- 无人驾驶: 对多传感器融合的一些思考
- 断言(assert)的用法
- Hyperledger Fabric 2. X dynamic update smart contract
猜你喜欢

Use of file class filenamefilter & filefilter in io

无人驾驶: 对多传感器融合的一些思考

Custom control - round dot progress bar (imitating one key acceleration in security guard)

Single blind box removal, social blind box and friend blind box program source code
Fuxin Kunpeng joins in, and dragon lizard community welcomes a new partner in format document technical service

Infotnews | is the development of domestic NFT limited to digital collections?
Outer screen and widescreen wasted? Harmonyos folding screen design specification teaches you to use it

Use coordinatorlayout+appbarlayout+collapsingtoolbarlayout to create a collapsed status bar

Go crawler framework -colly actual combat (III) -- panoramic cartoon picture capture and download

Activity startup process
随机推荐
2019 summary and 2020 outlook
redis + lua实现分布式接口限流实现方案
Xcode preview displays a bug in the content of the list view and its solution
A website for programmers with a monthly salary of 30K
无人驾驶: 对多传感器融合的一些思考
Databinding quick start (still using findviewbyid?)
@mysql
Previous basic review
C# Winform 最大化遮挡任务栏和全屏显示问题
Jar package merging using Apache ant
D manual destruction may violate memory security
Use of JMeter
JDBC - database connection
Go crawler framework -colly actual combat (II) -- Douban top250 crawling
D omit parameter name
Binder mechanism and Aidl communication example
【微服务|Sentinel】簇点链路|微服务集群环境搭建
QT(36)-rapidjson解析嵌套的json
EVM简略
Is it so difficult to calculate the REM size of the web page according to the design draft?