You are not logged in.
Pages: 1
I've tried installing eclipse from the repositories and downloading the distribution from the internet, but no matter what I do, it never manages to start up. When I run Eclipse, the splash screen appears and it starts "loading" itself. The progress bar gets to around 80% and then it gets stuck, taking up 100% CPU. It just stays there unless I kill it.
Can someone please help me find a solution to this problem?
Offline
Idk about the part where it takes up a lot of CPU, but mine hangs too on the splash screen when it says "Loading Workbench"
Mobo:Gigabyte Technology Co., Ltd. GA-P35-DS4 Rev. 2.0 // Processor:Intel(R) Core(TM)2 Quad CPU Q6600 @ 3 GHz
Memory:Crucial Ballistix PC2-8500 (DDR2-1066) 2046MB RAM
Video Card: MSI NVIDIA GeForce 8800 GTS 512 (G92) 730mhz Sound Card: ASUS Xonar Essence STX Headphones: Sennheiser HD555
Openbox & PyPanel
Offline
mmmm... I made a few tests(6 exactly), launching the program from the menu icon and from the console, the results are quite interesting:
-Launched the program 3 times from the menu: crashed 3 times.
-Launched the program 3 times from the console(Yakuake): crashed 0 times.
I don't know why this happens
« Carpe diem quam minimum credula postero. »
Offline
mmmm... I made a few tests(6 exactly), launching the program from the menu icon and from the console, the results are quite interesting:
-Launched the program 3 times from the menu: crashed 3 times.
-Launched the program 3 times from the console(Yakuake): crashed 0 times.I don't know why this happens
I've been launching it from the terminal as well. Still has the problem.
Offline
Tested a few more times, same results, it crashes if I launch it from the menu, but runs fine from the terminal
Maybe it's a problem with the last version of the JRE, 'cause it started happening after the last upgrades, but I upgraded a lot of packages xD...
Just in case, I'm running this version:
Eclipse SDK
Version: 3.3.1.1
Build id: M20071023-1652
Cheers!
Condex-
« Carpe diem quam minimum credula postero. »
Offline
Well-known problem : http://bbs.archlinux.org/viewtopic.php?id=46443
Normally, you shouldn't encounter it with the latest firefox and xulrunner (I upgraded them yesterday and Eclipse still works fine).
Last edited by Bapman (2008-04-30 14:31:07)
Offline
Well-known problem : http://bbs.archlinux.org/viewtopic.php?id=46443
Normally, you shouldn't encounter it with the latest firefox and xulrunner (I upgraded them yesterday and Eclipse still works fine).
Awesome, thanks!
Offline
Try this:
1) pacman -S extra/xulrunner
2) Edit /etc/ld.so.conf, and put this line: /usr/lib/xulrunner-1.8.1.14 (in my case, version is 1.8.1.14)
3) Run ldconfig
Eclipse run with firefox fine!
(sorry my english!)
Offline
Thanks, I fixed the problem!
Offline
Try this:
1) pacman -S extra/xulrunner
2) Edit /etc/ld.so.conf, and put this line: /usr/lib/xulrunner-1.8.1.14 (in my case, version is 1.8.1.14)
3) Run ldconfigEclipse run with firefox fine!
(sorry my english!)
Just excellent, now it works fine
Persistence, persistence, persistence!
Offline
avelino wrote:Try this:
1) pacman -S extra/xulrunner
2) Edit /etc/ld.so.conf, and put this line: /usr/lib/xulrunner-1.8.1.14 (in my case, version is 1.8.1.14)
3) Run ldconfigEclipse run with firefox fine!
(sorry my english!)
Just excellent, now it works fine
I had forgotten the "ldconfig."
It used it in Slackware!
Offline
Pages: 1