Announcement

Collapse
No announcement yet.

Upgrade to 9.04 broke GWT

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Upgrade to 9.04 broke GWT

    Hi everyone,

    I have blindly installed the upgrade 9.04 and it broke my Eclipse GWT plugin. It looks that one of the libraries it relies on has been removed (see stack trace below). My question is, can I gracefully revert the upgrade?

    java.lang.UnsatisfiedLinkError: /opt/eclipse/ide/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.linux_1.6.4.v2009 04062334/gwt-linux-1.6.4/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open shared object file: No such file or directory

    #2
    Re: Upgrade to 9.04 broke GWT

    No easy path to revert, but you can probably fix the problem with
    sudo aptitude install libstdc++5

    Comment

    Working...
    X