You are not logged in.
Hello everybody.....
i was work with eclipse 3.3, jre-6u3 and jdk-6u3 but today i was update my system... into update come jre-6u5 and jdk-6u5 .... and now eclipse freez when i try start .... freeze when in message say "loading workbench".....
i did delete ~/.eclipse.... uninstall jre and jdk 6u5 and installed 6u3 and reinstalled eclipse.... but nothing... i read the other post about the same problem and i did all solution but nothing.... what can i do?... what's wrong?..... thank you very much...
pd. my english is bad... sorry about that..
Last edited by macksam (2008-04-03 02:48:17)
"El romper de una ola no puede explicar todo el mar". -Vladimir Nabokov-
Offline
aahh other thing.... eclipse only work when start on console, but don't work 100%..... this problem only is when i try start from menu.... thanks
"El romper de una ola no puede explicar todo el mar". -Vladimir Nabokov-
Offline
Hi I have exact the same problem. I thought it was related to java update, but not. It was firefox update. I solved the problem by removing firefox. Check out my post here http://bbs.archlinux.org/viewtopic.php?id=46435 But I still don't know what caused that double entry in library path.
Last edited by depp (2008-04-02 12:04:27)
Offline
I have the same problem. I tried editing eclipse.ini and setting java.library.path explicitly to remove the double entry for firefox (as per this post: http://bbs.archlinux.org/viewtopic.php?id=46435) but that didn't help. eg:
-Djava.library.path=/opt/java/jre/lib/i386/client:/opt/java/jre/lib/i386:/usr/lib/firefox-2.0.0.13:/usr/java/packages/lib/i386:/lib:/usr/lib
I even tried removing the entry in the path for firefox all together and eclipse will still freeze. So it seems the double entry in java.library.path doesn't matter (?) Removing firefox all together (pacman -R firefox) does keep eclipse from freezing but that's not really a solution.
Offline
Well given multiple have "reported" this, it is time someone filed a bug report. I can't remember seeing one...
Edit: I meant can't remember seeing one - i.e. exactly the opposite of what I wrote!
Last edited by Allan (2008-04-02 23:26:29)
Offline
But launch eclipse by typing /usr/share/eclipse/eclipse and eclipse do give different java.library.path, and the latter without double entry works with no freeze. I'm not sure if it's related to firefox update, but the 2.0.0.12 didn't produce the same problem.
Offline
Didn't find any related bug reports so I filed a new one.
http://bugs.archlinux.org/task/10066
Offline
Just a quick update... you can downgrade firefox to get around this issue.
[josh@simba ~]$ cd /var/cache/pacman/pkg/
[josh@simba pkg]$ ls firefox-2.0.0.1*
firefox-2.0.0.12-2-i686.pkg.tar.gz firefox-2.0.0.13-1-i686.pkg.tar.gz
[josh@simba pkg]$ sudo pacman -U firefox-2.0.0.12-2-i686.pkg.tar.gz
Offline
Just a quick update... you can downgrade firefox to get around this issue.
[josh@simba ~]$ cd /var/cache/pacman/pkg/ [josh@simba pkg]$ ls firefox-2.0.0.1* firefox-2.0.0.12-2-i686.pkg.tar.gz firefox-2.0.0.13-1-i686.pkg.tar.gz [josh@simba pkg]$ sudo pacman -U firefox-2.0.0.12-2-i686.pkg.tar.gz
Or just use firefox3 instead as a "workaround", which is way more usable and faster than ff2.
Offline
Amazing!!! Thank you very much guys!! I never figured it was the firefox .... incredible! thanks!! now is SOLVED..... how? only downgrade firefox... Thnx JiGGaK!
"El romper de una ola no puede explicar todo el mar". -Vladimir Nabokov-
Offline
for me nothing is working , I am using manualy downloaded eclipse end it started to freeze as specified . I tryed uninstaling and or downgrading firefox2 firefox3 jre jdk , still the same , tried both eclipse 3.3 and 3.4m5 , now trying to download eclipse-winter from aur to test it , any suggestions ?
Offline
for me nothing is working , I am using manualy downloaded eclipse end it started to freeze as specified . I tryed uninstaling and or downgrading firefox2 firefox3 jre jdk , still the same , tried both eclipse 3.3 and 3.4m5 , now trying to download eclipse-winter from aur to test it , any suggestions ?
Using eclipse in extra? I'd believe it has nothing to do with eclipse versions. Try remove firefox-2.0.0.13 completely.
Offline
innusius wrote:for me nothing is working , I am using manualy downloaded eclipse end it started to freeze as specified . I tryed uninstaling and or downgrading firefox2 firefox3 jre jdk , still the same , tried both eclipse 3.3 and 3.4m5 , now trying to download eclipse-winter from aur to test it , any suggestions ?
Using eclipse in extra? I'd believe it has nothing to do with eclipse versions. Try remove firefox-2.0.0.13 completely.
I did sudo pacman -R firefox and no success , then downgraded to 2.0.0.12 then downgraded jre to 1.6u3 . I have eclipse from eclipse.org , now waiting to finish build of eclipse-java-europa from aur , if no success then probably will run virualbox and try eclipse under win , for now . need to work
Offline
for innusius:
I had the same problem today, downgrade of firefox didnt solved it. Neither did upgrade to ff3b.
I solved it by downgrading xulrunner. I hope it will help you too.
Offline
innusius,
This is a long shot, but running eclipse in the java debugger "might" provide some insight.
From your eclipse directory, run:
jdb -classpath plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
Once in jdb, start eclipse with:
run org.eclipse.equinox.launcher.Main
Offline
for innusius:
I had the same problem today, downgrade of firefox didnt solved it. Neither did upgrade to ff3b.
I solved it by downgrading xulrunner. I hope it will help you too.
this helped , thanx a lot you all for care , now back to work
Offline
I had the same problem, removing xulrunner helped. Thanks alot!
How did you find that out btw?
Last edited by Zoranthus (2008-04-08 07:08:04)
Offline
I had the same problem, removing xulrunner helped. Thanks alot!
How did you find that out btw?
It works for me, too. Thanks
Offline
Not xulrunner or firefox bug I think!
For eclipse env,the java.library.path has same firefox/xulrunner path.
java.library.path depands LD_LIBRARY_PATH, LD_LIBRARY_PATH include firefox/xulrunner path.
so,before running eclipse,export LD_LIBRARY_PATH without firefox/xulrunner path will solved this problem.
I use a .sh file to startup eclipse.
export LD_LIBRARY_PATH=/opt/java/jre/lib/i386/client::/opt/java/jre/lib/i386
./eclipse
I installed xulrunner and firefox.
Needn't remove/downgrade xulrunner and firefox. Those are BASE package for GUI.
Last edited by hubertstar (2008-04-10 17:11:56)
Offline
I use a .sh file to startup eclipse.
export LD_LIBRARY_PATH=/opt/java/jre/lib/i386/client::/opt/java/jre/lib/i386 ./eclipse
A very annoying bug. Thankfully this quick fix worked for me. Thanks
Offline
#!/bin/sh
cd /usr/share/eclipse # doesn't work without this...
export LD_LIBRARY_PATH=/opt/java/jre/lib/i386/client::/opt/java/jre/lib/i386
./eclipse
This works for me, but not quite. I can't use help: "Help error: Couldn't open a Web browser because there are none configured", which is a lie . I use Firefox. Any suggestions?
Offline
What version of Firefox? Did you downgrade to 2.0.0.12? If not, try that. It's quick and painless to try that out.
Matt
"It is very difficult to educate the educated."
Offline
Is it relevant? Looks to me like another problem...
Offline
Firefox has now upgraded to 2.0.0.14, which also experiences this problem, and I still have no workable solution other than downgrading to FF 2.0.0.12.
So I've opened Eclipse bug #227792 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=227792) for this problem.
Offline
darose you opened a bug for version 3.2.2 and we have 3.3.1
Give what you have. To someone, it may be better than you dare to think.
Offline