Monday, May 20, 2013

Error: Could not find or load main class (Java)

Quick solution:

Run the file with -cp . <file_name>

java -cp . HelloWorld

Mind the spaces !  java [space] -cp [space] . [space] HelloWorld

No comments:

Post a Comment