Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: How to implement the C/C++ dev environment Eclipse

  1. #21
    In_Control01's Avatar
    In_Control01 is offline Explorer Penguin
    Join Date
    Apr 2010
    Posts
    110

    Default Re: How to implement the C/C++ dev environment Eclipse

    Edward,
    .settings is not in that directory?

  2. #22
    Edward_Iii's Avatar
    Edward_Iii is offline Parent Penguin
    Join Date
    Jul 2009
    Posts
    708

    Default Re: How to implement the C/C++ dev environment Eclipse

    Hello In_Control01,

    Quote Originally Posted by In_Control01
    Edward,
    .settings is not in that directory?
    Strange, can you post the path you have tried?

    I think removing the complete .eclipse folder will do the same. (I hope.)

    Good luck!
    Where did I put my coffee cup?
    dir -R /home/* | grep "coffee cup"

  3. #23
    In_Control01's Avatar
    In_Control01 is offline Explorer Penguin
    Join Date
    Apr 2010
    Posts
    110

    Default Re: How to implement the C/C++ dev environment Eclipse

    This is the Path :

    /home/mymachine/.eclipse/org.eclipse.platform_3.4.0_1543616141/configuration


    then it contain 5 folders:
    • org.eclipse.core.runtime
      org.eclipse.equinox.app
      org.eclipse.osgi
      org.eclipse.ui.intro.universal
      org.eclipse.update

  4. #24
    Edward_Iii's Avatar
    Edward_Iii is offline Parent Penguin
    Join Date
    Jul 2009
    Posts
    708

    Default Re: How to implement the C/C++ dev environment Eclipse

    Hello In_Control01,

    Quote Originally Posted by In_Control01
    then it contain 5 folders:

    • org.eclipse.core.runtime
    • org.eclipse.equinox.app
    • org.eclipse.osgi
    • org.eclipse.ui.intro.universal
    • org.eclipse.update
    Have you view hidden folders enabled?
    Because there must be a folder named .settings.
    If you use Konqueror you can enable view hidden folders by pressing <ALT>+<.>

    Good luck!
    Where did I put my coffee cup?
    dir -R /home/* | grep "coffee cup"

  5. #25
    In_Control01's Avatar
    In_Control01 is offline Explorer Penguin
    Join Date
    Apr 2010
    Posts
    110

    Default Re: How to implement the C/C++ dev environment Eclipse

    Edward,
    Sorry, I had enabled 'hidden files' in /home/mymachine/... But not in the subdir...

    I encounter the next error now.
    Code:
      
        Cannot connect to keystore.
        This trust engine is read only.
      An error occurred while installing the items
        Error saving manipulator.
        /usr/share/eclipse/eclipse.ini (Permission denied)

  6. #26
    Edward_Iii's Avatar
    Edward_Iii is offline Parent Penguin
    Join Date
    Jul 2009
    Posts
    708

    Default Re: How to implement the C/C++ dev environment Eclipse

    Hello In_Control01,

    Quote Originally Posted by In_Control01
    I encounter the next error now.
    Code:
           
        Cannot connect to keystore.
        This trust engine is read only.
      An error occurred while installing the items
        Error saving manipulator.
        /usr/share/eclipse/eclipse.ini (Permission denied)
    It looks like a simple permission denied error.
    I didn't had this problem but you can do two things about it:

    1. Run eclipse as root and try it (I wouldn't recommend it!).
    2. Run these commands from the terminal and try it again:
      Code:
      chown -R :users /usr/share/eclipse/
      chmod -R g+w /usr/share/eclipse/

    And just a small question: When do you get this error?

    Good luck!
    Where did I put my coffee cup?
    dir -R /home/* | grep "coffee cup"

  7. #27
    In_Control01's Avatar
    In_Control01 is offline Explorer Penguin
    Join Date
    Apr 2010
    Posts
    110

    Default Re: How to implement the C/C++ dev environment Eclipse

    Tnx Edward!

    Error came after removing the full .eclipse dir and reinstall of the CDT.

    The first time i forgot to select the package.

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Search Engine Friendly URLs by vBSEO 3.5.2