javadoc
630556Mar 13 2009 — edited Mar 13 2009I have to set up an api for my project. So i got the javadoc with my jdk and its in the java's bin directory. I have also downloaded and set up the api (if this was needed). Now when i go to my command line, i change to the directory where my java program is. I try using the javadoc but it says 'javadoc' is not recognized as an internal or external command, operable program or batch file.
SO i presume i have to set it as a path variable. So i am currently setting my path too C:\Program Files\Java\jdk1.6.0_12\bin. What can i do to check if it works now. I have tried typing in javac and javadoc in command line but still same error.