C:\JavaWork\Project1\src codes\MyName.java
this is on windows vista
I cannot change the directory to this in CMD
javac works
and do not say ';go to youtube'; becuase I have already watched all the videos and none of their techniques workHow to compile Java program that has this URI?
Since you have a space in the path, you need to put it in quotes when you do the CD:
cd ';C:\JavaWork\Project1\src codes';How to compile Java program that has this URI?
cd C:\JavaWork\Project1\src codes\
javac MyName.java
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment