I am working in Eclipse and want to generate javadocs for my packages. I was unable to find javadoc.exe on my JDK directory. I copied it from a friend and tried to configure it in my Eclipse. When I tried to generate docs, I got following exception:
I get the same when I try to run it from command prompt.Code:java.lang.NoClassDefFoundError: com/sun/tools/javadoc/Main
Exception in thread "main"
Please sort this for me ASAP.
Thanks in advance.