-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
  • 23
  • 1
  • 6

2 Answers2

0

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

Swechchha
  • 38
  • 7
0

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

Michael
  • 23
  • 1
  • 6