We are running javadoc against about 2500 java files and when we run it
we get the following error:

javadoc:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Warning: UNIXProcess.forkAndExec native error: The parameter
or environment lists are too long.

When looking at the command line from the -debug output, the list of
java files is obviously long. Is there any way I can avoid this issue? I
was ablt to shorten the path referecne to each file, but it is even
still too long. Am I just trying to pass to much through to the new JVM?

Eric

Reply via email to