Problem with Javadoc out of memory in WSAD 5.1.2  
Author Message
Etantonio





PostPosted: 2006-12-1 0:28:00 Top

java-programmer, Problem with Javadoc out of memory in WSAD 5.1.2 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





PostPosted: 2006-12-1 0:44:00 Top

java-programmer >> Problem with Javadoc out of memory in WSAD 5.1.2 Etantonio wrote:

> 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.