***********************************
Finally I could able to solve myself by starting the Eclipse.exe as follows
C:\eclipse\eclipse.exe -vmargs -Xms750M -Xmx750M
I have given Minimum as well as maximum. If any one has the outOf Memory problem...Use the above line. You can keep changing according your wish....Best of luck....
SAHEE99 ::--)))
***********************************
SAHEE99 wrote:
I'm trying to do an reverse engneering from UDB to create Java Obect & mapping files. The database had nearly 90 tables and When I tried to do this It could able to create only few files and later on it throws me an
java.lang.OutOfMemoryError: Java heap space.
I started the eclispe by giving
C:\eclipse\eclipse.exe -Xmx950M ....Almost I gave 1GB of heap memory.
Version that i use :
Hibernate Mapping tool version: 3.0.1 Aplha
ECLIPSE VERSION : Version: 3.1.0
Database : UDB 7.2 Version
JRE : 1.5.0
Anyone Help would be great. This is real need.....Please....SAHEE99