Hi, I'm completely new to java and was trying to run the "Hello, World" thing.
This is what I typed into the terminal window:
username$ ~/introcs/hello> javac HelloWorld.java
and this is what I got:
-bash: /Users/username/introcs/hello: is a directory
Can anyone tell me what I'm doing wrong??
Thanks!
This is what I typed into the terminal window:
username$ ~/introcs/hello> javac HelloWorld.java
and this is what I got:
-bash: /Users/username/introcs/hello: is a directory
Can anyone tell me what I'm doing wrong??
Thanks!