hi , even i was getting this error in my programs. but this i would say is that ur jvm does not have enough memory. it maybe coz u might have opened too many applications which i had done. when i closed the applications my program got compiled just fine. if anybody could put some more light on this.
Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-3140 -----Original Message----- From: Debasree Banerjee [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 4:21 PM To: [EMAIL PROTECTED] Subject: Error while trying to generate .class file Hi All, While trying to generate the .class file I am getting the following error: java.lang.OutOfMemoryError at java.lang.String.<init>(String.java) at java.util.zip.ZipFile.readCEN(ZipFile.java) at java.util.zip.ZipFile.<init>(ZipFile.java) at java.util.zip.ZipFile.<init>(ZipFile.java) at sun.tools.java.ClassPath.<init>(ClassPath.java) at sun.tools.javac.Main.compile(Main.java) at sun.tools.javac.Main.main(Main.java) Any idea why I am getting this error? This .java file is very small. Thanks, Debasree =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
