I am studying Core Java and my exercise on using jwebserver has hit a blocker.
On my company workstation, I’m using JDK 22. From a working path that I copied from the folder’s properties I am using Command Prompt as Administrator with the jwebserver command from what I believe to be the correct folder. I tried:
cd C:Usersxxxxxxxxeclipse-workspaceWebserverdemosrcwebserverdemo
The expected result is ” URL http:// ipaddress:800/”
The actual result is “‘jwebserver’ is not recognized as an internal or external command,
operable program or batch file.”
I’d be very grateful if anyone could please shed light on this issue? Thank you.