Javase Knowledge 1

Source: Internet
Author: User

1.java_cmd
    1. JAVAP: Anti-compilation (. class file)
    2. Javac: Compiled as (. class file)
    3. Dir: File content (which files are included)
    4. -version: Version number
    5. CD/D: Switch Address directory
    • Network programming:
    • ipconfig view IP configuration;
    • Netstat-an

2. Compile and run

    • Java-d bin Src\helloworld.java Compilation
    • JAVA-CP bin Com.yema.javese.lesson02.HelloWorld Run
3.1 First cd/d into the Bin directory (package is. class file)1> hit Jar pack: JAR-CVF Run.jar *
2> hit executable jar package:
First Write Aaa.txt, Main-class: Space com.yema.run.Running Enter (specify run main Class) JAR-CVFM Run.jar. \aaa.txt *
3> contains the JRE jar:
Write Start.bat:start Jre/bin/javaw-jar run.jar The file JRE package generated in the second step
4> Common Packaging Programs:
Launch4j;exe4j3.2. Method Two


Javase Knowledge 1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.