On Sat, 2005-04-09 at 17:05 -0400, Andrew Overholt wrote: > I put together some rudimentary RPMs for Eclipse 3.1M6. I tried them very > briefly and they appear to work. Give them a shot if you have a chance. > I'd appreciate any feedback. > > RPMs: > http://people.redhat.com/~overholt/eclipserpms/ I tried these, here are my first impressions: - During installation of eclipse-ecj, I got a (harmless) error: rpm-tmp.61447: line 5: cd: /usr/lib/gcj-4.0.0/classmap.db.d: No such file or directory java.io.FileNotFoundException: bin is a directory at ... (looking at the spec file, the db.d directory is never created) - /usr/bin/eclipse still contains the following line: -Dgnu.gcj.precompiled.db.path=/usr/lib/eclipse/eclipse.db Since this file no longer exists, eclipse will effectively run in interpreted mode (according to lsof, no jar.so files are opened). By simply removing the line, gij will correctly pick up the new classmap (/usr/lib/gcj-4.0.0/classmap.db). - I no longer have problems with opening XML files [1]. - The disabled search button issue [2] is back. The button is disabled both in native and interpreted mode now. Works fine with Sun's JRE. [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149915 [2] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=149927#c8 -- Ziga