It appears that eclipse-pde doesn't initialize properly. Other packages might also be failing to initialize. I believe that if the eclipse-pde is running correctly I should get a new perspective under the window...open perspective...other. No new perspective appears. If I click on the plug-in development link in the what's new page, nothing happens. If I look at the rest of the welcome material... None of the links in overview appear to do anything. Under tutorials, clicking pretty much any of the links causes eclipse to crash. None of the links in samples appear to do anything. Most of the links in what new don't appear to do anything. New Updates brings up the updates window, eclipse communit makes the web browser load a page. I started with a F8T3 system with the latest updates and without eclipse installed. rpm -qa | grep eclipse only shows eclipse-ecj-3.3.0-27.fc8 which is required by gcc. I then did 'yum install eclipse-pde'. That pulled in the eclipse, the PDE, and several other dependencies, so I now have the following packages: tomcat5-jasper-eclipse-5.5.23-9jpp.4.fc8 eclipse-cvs-client-3.3.0-27.fc8 eclipse-pde-3.3.0-27.fc8 eclipse-pde-runtime-3.3.0-27.fc8 icu4j-eclipse-3.6.1-1jpp.3.fc8 eclipse-rcp-3.3.0-27.fc8 eclipse-ecj-3.3.0-27.fc8 eclipse-jdt-3.3.0-27.fc8 eclipse-platform-3.3.0-27.fc8 I do a 'rm -rf ~/.eclipse ~/workspace' to make sure there's nothing hiding in either of those locations. I'm not sure if it's relevant, but '/usr/sbin/alternatives --config java' is set to /usr/lib/jvm/jre-1.7.0-icedtea/bin/java. Now I fire up eclipse. It shows me the Fedora Eclipse splash screen. I enter ~/workspace The splash shows various initialization steps I enter the welcome page. Now I see the behavior described above.
That's really odd. I can't duplicate. What architecture are you on?
i386. dual core. laptop. Linux ninja 2.6.23-6.fc8 #1 SMP Thu Oct 11 14:54:16 EDT 2007 i686 i686 i386 GNU/Linux The same behavior happens when I downloaded eclipse eudroa from eclipse.org and installed the plugins using the software upgrades.
So it's an upstream bug?
Hard to believe it's really an upstream bug, if it works for you. I suspect some interaction of packages in the F8 distro.
Is there anything in ~/workspace/.metadata/.log?
Created attachment 229121 [details] Log File
Nothing interesting in the .log. Can you try with another JVM to see if it's an IcedTea bug (unlikely, but I'd like to narrow it out)? I was planning on moving this machine to rawhide at some point. I'll do so now, I guess :)
I tried 1.5-gcj and 1.6 from Sun. The log shows they both got used. The same message about pde.build already being installed appears, but nothing else. So it looks like no joy there. I usually find test3 to be a relatively safe place to jump in, so welcome to the pool. :)
I installed an i386 box from scratch with F8t3 and updated to rawhide. I can't duplicate your problem :( If you have any other details that you think would help track this down, please post them here. Thanks.
I guess that's good for everyone else, bad for me. :) This is a laptop that's been upgraded through FC6, F7, and F8 over the last year and a half. I'm guessing there must be some remnant left behind. I don't see any other weird behavior, so I'm not sure what else to check. Thanks for the help!
Thanks for the help guys! I used rpm to remove everything with jpp in the name, plus the java packages, and anything that depended on those (like open office). Then I installed the eclipse and openoffice packages again. Now everything fires up correctly. I'm not sure really caused the problems, but a big hammer seems to have fixed it.
I'm sorry it took such a heavy solution to fix :( But I'm glad you're back up and running. Shall we close this bug?