Java console compiled by, run where the main class cannot be found or cannot be loaded

Source: Internet
Author: User

Reference Link: http://www.knowsky.com/1046493.html

When a package is built (assuming the name of the built package is COM), the Java file's COM directory is found, and the compilation can pass, but there is an error when it runs:

"Error: The main class Xx.java could not be found or could not be loaded"

Ignore the various environment variable configuration issues. After trying, the correct solution is as follows:

1. Locate the SRC directory for the Java file;

2. Compiling: "Javac Com/xx.java";

3. Run: "Java com/xx"

And then you find that you can pass.

Java console compiled by, run where the main class cannot be found or cannot be loaded

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.