Results 1 to 7 of 7
Thread: New to Java... Help?
- 11-15-2012, 03:25 AM #1
Member
- Join Date
- Nov 2012
- Posts
- 4
- Rep Power
- 0
New to Java... Help?
I'm just starting to relearn Java, after giving up on it several months ago, and I am working on my hello world project.
I have Netbeans but I decided to give Notepad++ a try for a chance at something simpler.
However, after I saved my .java file and went into my cmd, I couldnt compile it.
I typed in, "javac HelloWorld.java", minus the quotes, and got the error, "javac is not recognized as an internal or external command, operable program or batch file"
My java version is 1.7.0_09 and my JDK is up to date.
Can anyone identify the problem?
Or would it be better for me to go back to netbeans?
Ps. What I am aiming to ultimately do is to create a simple game and I am not familiar enough with netbeans structure to do that. Thats why I decided to use notepad++.
- 11-15-2012, 03:26 AM #2
Member
- Join Date
- Oct 2012
- Posts
- 13
- Rep Power
- 0
Re: New to Java... Help?
I'm not familiar with Netbeans, but have you tried Eclipse? Eclipse is simply amazing.
- 11-15-2012, 04:25 AM #3
Member
- Join Date
- Nov 2012
- Posts
- 4
- Rep Power
- 0
Re: New to Java... Help?
I have looked at it but I haven't really played around with it. For some reason installing it was a real PITA for me...
- 11-15-2012, 05:55 AM #4
Re: New to Java... Help?
This has been asked and answered a gazillion times. You need to update your path environment variable. There are instructions on how to do this somewhere on the Oracle website.
- 11-15-2012, 08:18 AM #5
Re: New to Java... Help?
Please go through the Forum Rules -- particularly the third paragraph.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 11-16-2012, 03:12 AM #6
Member
- Join Date
- Nov 2012
- Posts
- 4
- Rep Power
- 0
Re: New to Java... Help?
Hey guys sorry about the annoyance, tried to get the question out in a hurry. Anyway I got it fixed and I am on the road to relearning java again! :D
- 11-16-2012, 04:27 AM #7


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks