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

后端 未结 8 2098
抹茶落季
抹茶落季 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.

    /configuration/org.eclipse.osgi/bundles
    

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

    chmod 775 /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

提交回复
热议问题