About invoice project Deployment problem resolution

Source: Internet
Author: User

1, first start when the related class is not found, but this class is present, but not compiled into a class file
cause Analysis : May be the version of the JDK problem, I used to use the IDE jdk7, change the jdk6 can be;
Another reason may be that some classes have errors, some packages did not come in, the compilation did not pass, so did not find the corresponding class file.
Solution : First look at which class of package does not come in, automatically compile and restart without errors can be resolved
2, or can not find the related class problem, but this is the beginning of the server after the operation of the page, the error message is java.lang.ClassNotFoundException: Org.apache.http.HttpEntity, meaning that some of the classes in the import package can not be found, but the package inside the class file is some, a little confusing.
Solution : Paste the relevant package in the Lib directory, then add BuildPath inside the line, remember the previous buildpath inside the same package deleted.

About invoice project Deployment problem resolution

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.