"Crazy Java Handout-Reading notes" 1.5 First Java program

Source: Internet
Author: User

1.5.1 Editing Java source code

Use any unformatted text editor

1.5.2 Compiling Java programs

Compile command: javac-d destdir srcfile

Multiple classes are defined in a source file, and multiple bytecode files are generated for compilation.

Configuring the Sublime Text 3 environment http://blog.csdn.net/wolinxuebin/article/details/41049551#

1.5.3 Running Java programs

Explanation Run: Java class name

Java-classpath Dir1;dir2; Dirn class Name

1.5.4 locating classes According to CLASSPATH environment variables

With JDK version 1.5 or more, you can not set the CLASSPATH environment variable

.; C:\Program Files\java\jdk1.5.0_06\lib\tools.jar; C:\Program Files\java\jdk1.5.0_06\lib\dt.jar

Java-classpath Dir1;dir2; Dirn class Name

Java-classpath%classpath%; .; Dir1;dir2; Dirn class Name

"Crazy Java Handout-Reading notes" 1.5 First Java program

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.