`

Common command in java

    博客分类:
  • Java
阅读更多

J2EE应用/
|__EJB组件/(haiejb.jar)
|  |__META-INF/
|  |  |__ejb-jar.xml
|  |  |__jboss.xml
|  |__ejbs/
|     |__HaiHome.class
|     |__HaiClient.class
|     |__HaiBean.class
|__WEB应用/(haiejb.war)
|  |__haiejb.jsp
|  |__WEB-INF/
|     |__web.xml
|     |__jboss-web.xml
|__META-INF/ 
   |__application.xml
javac -classpath %classpath% -d [outpath] *.java
jar cvf haiejb.jar META-INF/ ejbs/
jar cvf haiejb.war haiejb.jsp WEB-INF/
jar cvf haiejb.ear haiejb.jar haiejb.war META-INF/

分享到:
评论

相关推荐

    《Java Design Patterns》高清完整英文PDF版

    Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all....

    Java Performance Companion(Addison,2016)

    Java® Performance Companion shows how to systematically and proactively improve Java performance with today’s ...Mastering useful HotSpot VM command line options not covered in Java™ Performance

    CommonLibrary.NET类库源码2012726

    A collection of very reusable code and components in C# 4.0 ranging from ActiveRecord, Csv, Command Line Parsing, Configuration, Validation, Logging, Collections, Authentication, and much more....

    Java2核心技术卷I+卷2:基础知识(第8版) 代码

    Common Misconceptions about Java 11 Chapter 2: The Java Programming Environment 15 Installing the Java Development Kit 16 Choosing a Development Environment 21 Using the Command-Line Tools 22 ...

    java实现sshd协议帮助文档

    import org.apache.sshd.common.config.keys.KeyUtils; import org.apache.sshd.server.SshServer; import org.apache.sshd.server.auth.password.PasswordAuthenticator; import org.apache.sshd.server.command....

    CommonLibrary.NET

    A collection of very reusable code and components in C# 4.0 ranging from ActiveRecord, Csv, Command Line Parsing, Configuration, Validation, Logging, Collections, Authentication, and much more....

    javacv-platform-1.3.3-src

    JavaCV uses wrappers from the JavaCPP Presets of commonly used libraries by researchers in the field of computer vision (OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, librealsense, CL PS3 Eye...

    Java邮件开发Fundamentals of the JavaMail API

    Instructions on how to download and install the JavaMail API are contained in the course. In addition, you will need a development environment such as the JDK 1.1.6+ or the Java 2 Platform, Standard...

    java.核心技术.第八版 卷1

    Common Misconceptions about Java 11 Chapter 2: The Java Programming Environment 15 Installing the Java Development Kit 16 Choosing a Development Environment 21 Using the Command-Line Tools 22 ...

    java求最大公约数源码

    * This class calculates the Greatest Common Divisor of two numbers passed into the program through command line arguments. * @author Alex Laird * @version 1.0 */ ``` - **包名**: `numeric`,表示这...

    Java语言编码规范

    ' in the Conditional Operator)**:在条件运算符中,条件判断应该位于最左侧。 ```java int result = (a > b) ? a : b; ``` - **特殊注释(Special Comments)**:使用特殊的注释来标记待办事项或问题。 ```java ...

    Android代码-Android Common Library Samples

    In order to build it you need to install Apache Maven and run 'mvn install' command. Some modules of project contain dependencies not included in Maven Central - to build such modules you need first ...

    jdk-9.0.1_doc-all 最新版

    Defines a subset of the Common Annotations API to support programs running on the Java SE Platform. JDK Module Description jdk.accessibility Defines JDK utility classes used by implementors of ...

    2021-2022计算机二级等级考试试题及答案No.17518.docx

    14. In Microsoft Word, the "Delete Row" command in the "Table" menu can be used to remove an entire row from a selected table. 15. A computer's internal memory (RAM) has a smaller storage capacity ...

Global site tag (gtag.js) - Google Analytics