An internal error occurred during: “Start Ruble bundle manager”

后端 未结 8 2091
抹茶落季
抹茶落季 2021-02-13 02:47

I\'ve install the Aptana3 Eclipse plugin, I am using eclipse Version: Juno Service Release 1 Build id: 20121004-1855.

Each time I launch eclipse I see an error dialog th

相关标签:
8条回答
  • 2021-02-13 03:50

    Find the Folder bundles in your installation.

    <apptanaFolder>/configuration/org.eclipse.osgi/bundles
    

    do a chmod to allow the user read and write to this folder:

    chmod 775 <apptanaFolder>/configuration/org.eclipse.osgi/bundles -R
    

    Be Happy, cause you solve your problem!

    Here in German Language: http://wiki.xstable.de/doku.php/entwicklungsumgebung:eclipse:troubleshooting#ruble_manager

    0 讨论(0)
  • 2021-02-13 03:52

    I tried the solution of Jonathan to no avail, although one of the adresses for Aptana was indeed unchecked and unmarked.

    What worked for me was simply updating the plugins though Help --> Check for Updates.

    0 讨论(0)
提交回复
热议问题