OutOfMemoryError

I wanted to try out generics so I created a new project, brought in the tiger prototype, and it quickly gobbled up the 256 megabytes I alotted it and blew out. The dialog was showing "Optimizing performance" and the class it was stuck on the entire time (it seemed like it was in an infinite loop) was gjc-rt.jar\java\util\TreeMap.class. I tried upping the memory to 512 meg and it still blew out staying on TreeMap.class.

Kirk

2 comments
Comment actions Permalink

This happened to me. Simply remove gjc-rt.jar from your jdk classpath.

0
Comment actions Permalink

Thanks. I misread the instructions in the announcement. I thought they meant add it to your library within Idea, but instead I'm supposed to copy those jars to Idea's directory. Whoops.

Kirk

0

Please sign in to leave a comment.