javadoc [message #1450638] |
Wed, 22 October 2014 17:57  |
Eclipse User |
|
|
|
I'm having trouble creating a javadoc for my project. I keep getting this message when I try to generate javadoc
"cannot run program c:\users\txbiscuit\desktop\java1.0\.project : create process error = 193, %1 is not a valid Win32 application
Can anyone please help? I just started coding in java so I'm not very in tuned with eclipse ide.
|
|
|
Re: javadoc [message #1450726 is a reply to message #1450638] |
Wed, 22 October 2014 21:18   |
Eclipse User |
|
|
|
You're confusing the program used for generating javadoc with the Java source to be used as input.
The entry at "Javadoc command" must point to an executable program called javadoc or javadoc.exe inside your JDK installation.
BTW, on my system this value is correctly pre-set when I invoke the wizard.
HTH
Stephan
|
|
|
Re: javadoc [message #1451120 is a reply to message #1450726] |
Thu, 23 October 2014 11:11  |
Eclipse User |
|
|
|
Not helping. When I input 'javadoc or javadoc.exe' in the java doc command, it says the javadoc command does not exist.
|
|
|
Powered by
FUDForum. Page generated in 0.02581 seconds