On Mon, Mar 23, 2009 at 03:09:32PM +0100, Claus Ibsen wrote: > On Mon, Mar 23, 2009 at 3:05 PM, Willem Jiang wrote: > > My developments env is Maven 2.0.09, Java 1.5.0_13 and Windows Vista > > The build looks good to me. > > BTW, I just noticed the command line like this, > > C:\Programme\Develop\Java\1.5se\jre\..\bin\javadoc.exe > > > > Did you set your JAVA_HOME to the 1.5se directory? > Yeah it should point to the JRE directory.
It should point to a JDK directory, which it does: C:\Dokumente und Einstellungen\gary>echo %JAVA_HOME% C:\Programme\Develop\Java\1.5se otherwise javac will fail, if I recall correctly.