can someone help me create a javadoc from this
i keep using the
javadoc *.java
in the command line and I can't create a javadoc for this file
http://qcpages.qc.cuny.edu/~nixon/cs212/Tutorial-2/TextFileInput.java.html
I keep getting the error that
"'javadoc' is not recognized as an internal or external command"
same with javac as well
what do i do?
> i keep using the
> javadoc *.java
> in the command line and I can't create a javadoc for
> this file
> http://qcpages.qc.cuny.edu/~nixon/cs212/Tutorial-2/Tex
> tFileInput.java.html
>
> I keep getting the error that
> "'javadoc' is not recognized as an internal or
> external command"
> same with javac as well
>
> what do i do?
Did you install the sdk or the jre ?
> either way can someone please create the javadoc file
> and post it or send it to me at
> sillyville17@yahoo.com
>
> thanks in advance
Why not install the JDK and do it yourself?
More info: http://java.sun.com/j2se/javadoc/writingdoccomments/
> i dled both zip files but should i extract them
> somewhere specific and exactly how do i install them?
A zip fiile? I don't know what you're talking about. You need to install the JDK. Download it here: http://java.sun.com/javase/downloads/index.jsp (3rd download link).
After installation you should be able to use the javadoc-tool.