anonymous
2013-05-06 15:07:50 UTC
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\KbaumKids>C:
C:\Users\KbaumKids>:C
C:\Users\KbaumKids>cd java
The system cannot find the path specified.
C:\Users\KbaumKids>cd C:/java
C:\java>dir
Volume in drive C is PowerPoints
Volume Serial Number is 72A6-9BB3
Directory of C:\java
05/05/2013 03:34 PM
05/05/2013 03:34 PM
05/05/2013 03:34 PM 1,903 HelloWorldApp.java
05/05/2013 03:34 PM
1 File(s) 1,903 bytes
3 Dir(s) 250,002,911,232 bytes free
C:\java>Javac HelloWorldApp
'Javac' is not recognized as an internal or external command,
operable program or batch file.
C:\java>Javac HelloWorldApp.java
'Javac' is not recognized as an internal or external command,
operable program or batch file.
C:\java>HelloWorldApp.java javac
C:\java>HelloWorldApp.java
C:\java>jdk
'jdk' is not recognized as an internal or external command,
operable program or batch file.
C:\java>
What do I do? It comes up as you saw above but I cannot use the other way (the jdk1.7.0) and it is starting to make me made 'cause I want to test a game I'm working on (which will be released in a while) but I can't! Please help!