Where is eclipse platform plugin folder?

Today I installed Eclipse via sudo apt-get install eclipse-platform. Now I need to access the plugins folder and can't manage to find it anywhere. I don't have much experience using ubuntu, so I don't know if this is trivial but haven't find this information around. Thanks!

2 Answers

It's in usr/share/eclipse/plugins.

You'll have to have root access to copy files here so type 'sudo nautilus' in the Terminal.

5

In Ubuntu 14.04, I had to do:

cd /usr/share/eclipse/plugins

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like