NoClassDefFound Error, how to solve it?

Sunrise

I have GreetingClient class here:

C:\Users\khoy\Desktop\IntelliJ IDEA Projects\src\Networking

When i try it in command line by typing java GreetingClient (after javac GreetingClient.java), it generates the error (as seen in the screen shot below):

enter image description here

jmj

go up one level and execute java Networking.GreetingClient


Note

  • Your package naming doesn't match convention

See

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related