Good morning,
we are using WSAD version 5.1.2 , now we need to create the javadoc of
our project but during he creation we have the following error :
javadoc: java.lang.OutOfMemoryError: Please increase memory.
For example, on the Sun Classic or HotSpot VMs, add the option -J-Xmx
such as -J-Xmx32m.
if I insert this line
C:\Programmi\Java\jre1.4\bin\javadoc.exe -J-Xmx32m
in the Preference --> Java --> Javadoc Menu we have the message
"javadoc command not exist"
how we could solve the problem using WSAD ??
Many thanks
Antonio
www.etantonio.it/en
Andrew Thompson - 30 Nov 2006 16:43 GMT
> we are using WSAD version 5.1.2 , now we need to create the javadoc of
> our project but during he creation we have the following error :
>
> javadoc: java.lang.OutOfMemoryError: Please increase memory.
....
> how we could solve the problem using WSAD ??
We could probably help you figure how to do it 'using java'
(or rather, using the javadoc tool from the command line
or Ant), but for doing it using WSAD, did it occur to you to ask..
<http://www-306.ibm.com/software/awdtools/studioappdev/support/>
?
Andrew T.