Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6806531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:43:20+00:00 2026-05-26T19:43:20+00:00

Is it normal that java Hello3 (with Hello3.class a java class) gives me: Exception

  • 0

Is it normal that “java Hello3” (with Hello3.class a java class) gives me:

Exception in thread "main" java.lang.NoClassDefFoundError: Hello3 (wrong name: pp/Hello3)

Hello3.class is the compiled binary of Hello3.java. This java file is declared to be under some package “pp”, but it is not put in the “pp” directory.

package pp;
public class Hello3 {
    public static void main(String[] args) {
        System.out.println("Hello World");
    }
}

My command java Hello3.java is done at the same directory as Hello3.java. What’s more, even the command “java -cp . Hello3” doesnot work! Maybe a problem from mine??

Since I got your confirmation from the following answers, I may draw a naive conclusion here: it’s too easy to make a .class that never works. Simply declare your .java under package XXX but do not put it in the directory XXX. IMHO, I think this can be used as an attack!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:43:21+00:00Added an answer on May 26, 2026 at 7:43 pm

    You indeed need to have Hello3.class in a directory named pp. The directory containing pp should be in the classpath. Suppose this directory is called classes:

    ...
      |_ classes
             |_ pp
                |_ Hello3.class
    

    The command to launch your Java program should thus be

    java -cp /the/path/to/classes pp.Hello3
    

    or, on Windows

    java -cp c:\the\path\to\classes pp.Hello3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have a Java Web App and a normal Java App that
I have a normal java app that sends the same object to the servlet
I'm using JMagick and have a simple Java class that loops over all images
I have a simple bean @Entity Message.java that has some normal properties. The life-cycle
I have read that 'Normal' ARM instructions are fixed length - 32 bits. And
I have an app that normal users need to be able to run, but
How can I differentiate a Workflow system from a normal application that automates some
I have a UITableView that in 'normal' mode, show a UITableViewCellAccessoryDisclosureIndicator meaning if the
Hello i have a products table that contains normal products and configurable product It
I know that default cron's behavior is to send normal and error output to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.