Quick solution:
Run the file with -cp . <file_name>
java -cp . HelloWorld
Mind the spaces ! java [space] -cp [space] . [space] HelloWorld
Run the file with -cp . <file_name>
java -cp . HelloWorld
Mind the spaces ! java [space] -cp [space] . [space] HelloWorld