hi,
i tried sql2java for a large database(>1000 tables). the core component worked perfectly.
the compile task in the ant build file needs to be updated to allow javac to access more memory, i tried by adding memoryinitialsize="64M" and memeorymaximumsize="512M" to make it work.
similarly for javadoc try adding maxmemory="512M" to the javadoc xml element to make it work.
regards,
pavan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i tried sql2java for a large database(>1000 tables). the core component worked perfectly.
the compile task in the ant build file needs to be updated to allow javac to access more memory, i tried by adding memoryinitialsize="64M" and memeorymaximumsize="512M" to make it work.
similarly for javadoc try adding maxmemory="512M" to the javadoc xml element to make it work.
regards,
pavan
Hi,
thanks for the feeback, this will be integrated in the next release of sql2java.
Enjoy your day !
Florent