I try to compile my source code, However it says javac: file not found: Hello.java
Hey,
I am trying to compile my source code i saved it as Hello.java on desktop but when i type into cmd:
javac Hello.java
It says:
Code:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Havard>javac Hello.java
javac: file not found: Hello.java
Usage: javac <options> <source files>
use -help for a list of possible options
C:\Users\Havard>
I have java jdk and java installed i have set my environ mental lables up to jdk bin for path..
Please help thanks!
P.S this might be wrong section not sure