#197657:Unable to build JavaSE project with jdk6u25
Tomas Zezula <[email protected]> Wed, 13 Apr 2011 17:16:42 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
http://netbeans.org/bugzilla/show_bug.cgi?id=197657 http://hg.netbeans.org/jet-main/rev/5fbf680e006b Compilation of project and java file(s) does not work on default platform for JDK6.0u25 Fix: Hot fix is to enable javac ZipFileIndex (default javac behavior) and use a reflection to clean the ZipFileIndex cache to prevent memory leaks. Impact: IDE is not able to compile java by non forked compiler (default platform). Risk: None I'm aware of.