I can't compile my code...I think I know how to fix it, but I don't know the exact details.
Here's what I think
You go to Control Panel, Then System, Advanced, Then Enviroment Variables.
After that I have no idea...Any Suggestions?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I can't compile my code...I think I know how to fix it, but I don't know the exact details.
Here's what I think
You go to Control Panel, Then System, Advanced, Then Enviroment Variables.
After that I have no idea...Any Suggestions?
Can you explain what your problem is?
If you know the location of the javac command, you can compile your program using the full path to the compiler:
C:\Java\jdk1.6\bin\javac.exe YOURPROGRAM.java
To tell the OS where to look for a command, you need to add the path to the folder containing the command to the PATH environment variable.
Add JAVA_HOME in Enviroment variables and also add java_home\bin in path variable in system variables
For example
Variable Name = Path
Varaiable value = %SystemRoot%\system32;C:\Java\jdk1.6\bin