Message : Invalid character in input...

Hi all

I'm a newbie in using java and javadoc. I'm trying to generate the doc for a project I have to write.

In order to try this, I try only on one class but I get the message : jpproject/NetWatch/classes/netwatch/Equipement.class : Invalid character in input and at the end too many errors.

I've tried doccheck but same message and nothing is generated.

I use JBuilder 5.0 Ent on a linux RH 7.1 system with java 1.3.1_02.

Hope someone can help me.

TIA

Vincent

[520 byte] By [vdoyelle] at [2007-9-27 0:52:09]
# 1
What is the javadoc command that is being executed?It sounds like javadoc is being run on a .class file rather than a .java (source) file. Javadoc should be run on source files.-Doug KramerJavadoc team
dkramer at 2007-7-4 17:57:42 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...