Laurence R. McGlashan | Last updated on 2021-04-08 18:59:28 +0000.
new! click here to follow me learning chinese . . .
Eclipse Helios and Fedora 14
Calendar Text   08 Nov 2010

I found that the C++ indexer in Eclipse Helios crashed the application in Fedora 14. Obviously this was slightly annoying if I want to use it as an IDE... Anyway, apparently it's due to Java, and there's a simple hack here to get it working: "Eclipse CDT indexer crashes in Fedora 14":https://bugzilla.redhat.com/show_bug.cgi?id=647737 In essence, just add the following to /etc/eclipse.ini:
-XX:-UseCompressedOops
This is just a quick fix: They're continuing to find a proper solution.


blog comments powered by Disqus

Fork me on GitHub