-4

I get the message after I try to start "java -cp . "HelloWorld"

Fehler: Hauptklasse .\HelloWorld konnte nicht gefunden oder geladen werden Ursache: java.lang.ClassNotFoundException: /\HelloWorld

It's only a simple programm to check out, if the IDE is runnng correctly.

Michael
  • 15
  • 4

2 Answers2

0

check if java installed java -version
compile javac HelloWorld.java
run java Helloworld

Swechchha
  • 23
  • 6
0

I used the Powershell to run the command. Inside of the cmd-Window it runs correctly. Thank you for the extensive help

Michael
  • 15
  • 4