| cdt do not open C/C++ perspective / ubuntu [message #911867] |
Wed, 12 September 2012 09:30  |
Sergey Arnavin Messages: 1 Registered: September 2012 |
Junior Member |
|
|
Always get "Problems opening perspective 'org.eclipse.cdt.ui.CPerspective" trying to change perspective to C/C++.
.log:
!ENTRY org.eclipse.osgi 4 0 2012-09-12 17:23:07.509
!MESSAGE An error occurred while automatically activating bundle org.eclipse.cdt.core (163).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.cdt.core.CCorePlugin.start() of bundle org.eclipse.cdt.core.
...
!ENTRY org.eclipse.osgi 4 0 2012-09-12 17:23:07.514
!MESSAGE An error occurred while automatically activating bundle org.eclipse.cdt.ui (186).
org.osgi.framework.BundleException: The activator org.eclipse.cdt.ui.CUIPlugin for bundle org.eclipse.cdt.ui is invalid
...
!ENTRY org.eclipse.ui 4 0 2012-09-12 17:23:07.517
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: org/eclipse/cdt/internal/ui/text/ICReconcilingListener)
seems started after core update
[Updated on: Wed, 12 September 2012 10:49] Report message to a moderator
|
|
|
|
|
|
|
|
| Re: cdt do not open C/C++ perspective / ubuntu [message #912544 is a reply to message #912486] |
Thu, 13 September 2012 14:42   |
Jens Alpers Messages: 2 Registered: September 2012 |
Junior Member |
|
|
Same problem here. While I was working CDT crashed (I used ubuntu 12.04 based eclipse+cdt). Workspace changed, same problem. Removed ~/.eclipse/$thecorrectone, same problem. Uninstalled eclipsed, downloaded Juno classic, installed CDT 8.2 from upate site, used a new workspace... still the same problem.
In the traceback I found a hint that lead me to (not allowed to post links?)
geloest-could-not-initialize-class-com-ibm-icu-impl-java-timezone
which showed me that appending this line to eclipse.ini
-Dcom.ibm.icu.util.TimeZone.DefaultTimeZoneType=ICU
circumvented (I would not say solved ) my problem. WTF changed that this problem ocurred?
[Updated on: Thu, 13 September 2012 15:19] Report message to a moderator
|
|
|
|
|
|
| Re: cdt do not open C/C++ perspective / ubuntu [message #913472 is a reply to message #911867] |
Sat, 15 September 2012 14:49  |
Nick Padilla Messages: 16 Registered: August 2011 Location: New Mexico |
Junior Member |
|
|
Thanks for posting, was having the same problems today. For anyone who wants some command line help :
First shut down Eclipse if open. Open a command prompt.
sudo apt-get purge tzdata-java
Then after everything is removed, run this
sudo apt-get install tzdata-java
Now reopen eclipse and you should be good to go!
|
|
|
Powered by
FUDForum. Page generated in 0.01889 seconds