`
sillycat
  • 浏览: 2486395 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

java Command and Jar Package

    博客分类:
  • JAVA
 
阅读更多

java Command and Jar Package

java Command to Run a Application
>java -Dbuild.env=dev -Xms2048m -Xmx2048m -jar ./sillycat-api.jar 

sillycat-api.jar is my jar package.

Command to unzip a jar file
>jar -xvf sillycat-api.jar 


And I made some changes to the conf file, and then I plan to jar package it back.
>jar -cvfm ../sillycat-api.jar META-INF/MANIFEST.MF ./*


References:

 

分享到:
评论

相关推荐

    javacv-platform-1.3.3-src

    ProjectiveTransformer, ProjectiveColorTransformer, ProCamTransformer, and ReflectanceInitializer), a blob analysis package (Blobs), as well as miscellaneous functionality in the JavaCV class....

    Maven学习教材

    Maven教材.The second command ... For example, in a project that produces a Java archive, the package phase produces a JAR; in a project that produces a web application, the package phase produces a WAR.

    jdk-9.0.1_doc-all 最新版

    Defines tools for manipulating Java Archive (JAR) files, including the jar and jarsigner tools. jdk.javadoc Defines the implementation of the system documentation tool and its command line equivalent...

    photohawk:纯Java映像比较

    命令行建造要构建库和插件,请按照下列步骤操作: 克隆存储库进入存储库文件夹使用Maven构建项目mvn package 这将在目标文件夹photohawk-commandline/target创建jar文件photohawk-commandline-VERSION.jar和...

    Java邮件开发Fundamentals of the JavaMail API

    For JavaMail 1.2 users, you should now have added mail.jar and activation.jar to your CLASSPATH. For JavaMail 1.1.3 users, you should now have added mail.jar, pop3.jar, and activation.jar to your ...

    java面试800题

    do, double, else, extends, final, finally, float, for, goto, if, implements, import, instanceof, int, interface, long, native, new, package, private, protected, public, return, short, static, strictfp...

    jclazz-1.2.2

    It can be used both as command line tool and user application with Swing interface. * InfoJ can be used to generate information about Java class. The output includes all possible data that can be ...

    simd-blog:Java中SIMD基准测试和实验的源代码-java source code

    simd博客 Java中SIMD基准测试和实验的源代码。 结果最初发布在博客上。 要编译并运行: mvn clean package java -jar ./target/benchmarks.jar 注意如果没有hsdis-amd64.so,“-...java -jar ./target/benchmarks.jar

    SublimeJavaCompiler:Sublime 2 Text 和 Sublime 3 Text 的 Java 编译器包

    JavaC: Generate Jar Package For Project JavaC: Generate & Run Jar Package For Project JavaC: Clear Project 安装 移动到“Sublime Text”包文件夹并将此存储库克隆到它: git clone git@

    UE(官方下载)

    Create a custom user tool to compile Java code, using the command line, from within UltraEdit Configure UltraEdit with javascript lint How to check your JavaScript source code for common mistakes ...

    tomcat-5.5.23

    It will place the XML parser APIs and Xerces implementation in the common/endorsed directory, and the JMX API jar (jmx.jar from Sun) in the bin directory. <br>(3) Follow the same ...

    scp4j:用于安全控制协议设备的Java客户端库

    使用以下命令运行程序: java -jar target/scp4j-0.0.1-SNAPSHOT-jar-with-dependencies.jar CLI客户端 Usage: scp4j [-h] [COMMAND] Secure Control Protocol CLI Client -h, --help Print this usage ...

    带注释的Bootstrap.java

    * JAR files found in the "server" directory under "catalina.home"), and * starts the regular execution of the container. The purpose of this * roundabout approach is to keep the Catalina internal ...

    typora-upload-plugin:typora上传gitee图床的插件

    package指令进行编译,编译生成的java文件为./target/typora-custom-script-1.0-SNAPSHOT-jar-with-dependencies.jar打开Typora进行配置选择偏好设置->图像->上传服务选择Custom Command编辑自定义命令,指令如下java ...

    Command-Design-Pattern

    2017-2018设计原则 专案3 项目定义 使用我们在课堂上介绍的一种(或可能... ( )您的项目不应期望来自用户的任何输入,并且在通过以下命令编译时,它应该产生不错的输出: java -jar target\project.jar允许您更改pom.

    基于springboot+mybatis的个人博客源码+数据库+项目说明(前端+后台管理系统).zip

    4 - start the modules using the command **java -jar target/eumji-blog.jar** 5 - Type **http://localhost:8081/** into your browser ## 后台模块 登陆路径 /login 默认账号 admin 默认密码 admin 剩下的...

    glacieruploader:Amazon Glacier的一个简单的java命令行应用程序

    java -jar < PATH> --option1 value1 --option2 value2 ... 从0.1.1开始,使用默认的Amazon凭证查找: 环境变量AWS_ACCESS_KEY_ID和AWS_SECRET_ACCESS_KEY (建议使用,因为除了.NET以外,所有AWS开发工具包和CLI...

    新版Android开发教程.rar

    � Google 提供了一套 Java 核心包 (J2SE 5,J2SE 6) 的有限子集,尚不承诺遵守 Java 任何 Java 规范 , 可能会造 成J ava 阵营的进一步分裂。 � 现有应用完善度不太够,需要的开发工作量较大。--------------------...

    spring-boot-reference.pdf

    11.5. Creating an Executable Jar 12. What to Read Next III. Using Spring Boot 13. Build Systems 13.1. Dependency Management 13.2. Maven 13.2.1. Inheriting the Starter Parent 13.2.2. Using Spring Boot ...

    好用的代码生成源码

    配置classpath,将generator/lib中的rapid-generator.jar及其它数据库驱动加入classpath 修改generator.xml的数据库连接属性及其它属性 以application的方式运行GeneratorMain类,要生成不同的table,直接修改代码即可 ...

Global site tag (gtag.js) - Google Analytics