Question:
how to install java docs? what is the path of installation?
Mohsin Patel
2007-12-01 02:47:03 UTC
how to install java docs? what is the path of installation?
Three answers:
Ben X
2007-12-01 08:45:52 UTC
to install the javadocs:

download "Java SE 6 Documentation" from here:

http://java.sun.com/javase/downloads



it's just a big zip file, so unzip it to a folder of your choice & it's "installed".



for the actual javadocs open "index.html" in the "API" folder
?
2016-12-11 15:24:50 UTC
Install Javadoc
Matt D
2007-12-01 02:53:44 UTC
I searched for you and this is what I think will help you the most, depends on your operation system:

"

Windows 2000/XP users may set their path by right-clicking on 'My Computer' and selecting 'Properties'. Under the 'Advanced' tab, there is a button that allows you to set the 'Environment variables'. Click on this and alter the 'Path' variable so that it also contains the path to the Java executable. For example, if you have installed Java in c:\jdk and your path is currently set to C:\WINDOWS\SYSTEM32, then you would change your path to read C:\WINDOWS\SYSTEM32;c:\jdk\bin

When you open a new command prompt, it will reflect these changes and allow you to run java programs by typing "java". If you have installed the SDK, then you will also be able to run "javac" to compile stuff.

"


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Loading...