Results 1 to 5 of 5
Thread: Javac is not recognized?
- 08-02-2009, 06:26 AM #1
Member
- Join Date
- Aug 2009
- Posts
- 2
- Rep Power
- 0
Javac is not recognized?
Well, I am taking java programming as a class this year and I would like to get a head start. And I have downloaded jdk and have put the variables in. Here are my varriables
Path:Java Code:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;C:\Program Files (x86)\QuickTime\QTSystem
I am pretty sure that it has something to do with my path variable. I am on windows vista so could someone give me to code. As you see I am new to java and I would like to learn it. Also, does anybody know how to change the colour of the command prompt? Thanks and please be nice Im new here.Java Code:JAVA_HOME:C:\Program Files\Java\jdk1.6.0_14
- 08-02-2009, 06:17 PM #2
Member
- Join Date
- Aug 2009
- Posts
- 2
- Rep Power
- 0
Can somebody please help me with this problem?
- 08-02-2009, 08:50 PM #3
I was going to refer you to the Getting Started trail in the Sun tutorials but their site is down right now. It walks you thru the process, includes screen shots.
You want to add the path to your jdk bin to the end of your environment variable path.
If your path ends like this
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;C:\Program Files (x86)\QuickTime\QTSystem
then you:
append a semi-colon
append the path to your jdk binJava Code:...\QTSystem;
Java Code:...\QTSystem;C:\Program Files\Java\jdk1.6.0_14\bin
- 08-03-2009, 09:28 AM #4
Refer sun tutorial of class path..
Mak
(Living @ Virtual World)
- 08-03-2009, 06:54 PM #5
They’re back: Trail: Getting Started.
See 4. Update the PATH variable (Optional) under Installation Instructions on release notes.
Also, see Common Error Messages on Microsoft Windows Systems on Compiler Problems.
Similar Threads
-
javac not recognized as an internal or external command
By kotoko in forum New To JavaReplies: 28Last Post: 10-26-2010, 04:39 AM -
javac is not recognized as an internal or external command... and vista
By tsaund in forum New To JavaReplies: 13Last Post: 09-17-2009, 07:56 AM -
javac command not recognized
By sunshine39 in forum New To JavaReplies: 7Last Post: 03-04-2009, 03:54 AM -
[SOLVED] Javac is not a recognized as an interal or exteral command
By farva74 in forum New To JavaReplies: 3Last Post: 02-28-2009, 04:43 PM -
'javac' is not recognized as an internal or external command
By sam_1032002@btopenworld.c in forum New To JavaReplies: 3Last Post: 10-18-2008, 02:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks