I m running these java programs on windows2000 with 8GB memory.How should i proceed to atleast reach a logical solution to this problem.
Where should i start from atleast in attacking this issue?
- Sun Solaris 9
- j2sdk-1.4.2_10
Message was edited by:
srinath944
Well i could go ahead and solve the issue by bringing down the memory allocation at the minimum and maximum level during the compilation stage.
I got the tip from the forum itself where a similar problem had been reported and there this tip was provided.
Earlier in my case i was allocating 1GB of memory for compilation but due to some issue that much space was not being detected on the server. When i pruned that down to 512mb the compilation went ahead without any trouble.
Thanks kelly for geting in involved in geting to know the issue .