Linux under Error:could not find or Load main class Hello

Source: Internet
Author: User

Under Linux wrote a very easy Hello world program, compile execution unexpectedly error: Error:could not find or Load main class Hello

The last discovery is the classpath problem.

The first thing to check is whether the JDK environment variable is configured correctly: see this article: ubuntu12.04 installation configuration jdk1.7

Mainly in the environment variables this block:

Export Java_home=/usr/java/jdk1.8.0export jre_home=${java_home}/jre  export CLASSPATH=.:${JAVA_HOME}/LIB:${JRE _home}/lib  
My environment variable was misconfigured before, so after the change, Source/etc/profile again loaded this file, OK, now will not error!

This article is Eliot original, reprint please indicate source: http://blog.csdn.net/xyw_blog/article/details/32967457

Linux under Error:could not find or Load main class Hello

Related Article

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.