Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » javadoc (Having problems creatin a javadoc for my java project)
javadoc [message #1450638] Wed, 22 October 2014 17:57 Go to next message
Mello Toni is currently offline Mello ToniFriend
Messages: 2
Registered: October 2014
Junior Member
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 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
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 Go to previous message
Mello Toni is currently offline Mello ToniFriend
Messages: 2
Registered: October 2014
Junior Member
Not helping. When I input 'javadoc or javadoc.exe' in the java doc command, it says the javadoc command does not exist.
Previous Topic:HOW TO START WORKING ON THIS PROJECT
Next Topic:[RESOLVED]Can't start Luna (eclipse crashes)
Goto Forum:
  


Current Time: Fri Mar 29 13:37:31 GMT 2024

Powered by FUDForum. Page generated in 0.04267 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top