Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Eclipse "An error has occurred. See the log file..."

  1. #11
    Join Date
    Mar 2013
    Beans
    15

    Re: Eclipse "An error has occurred. See the log file..."

    Ok, I have the same depends.

    Nothing changed after re-configureing the dependencies. Same Error, same .log file...

  2. #12
    Join Date
    Mar 2013
    Beans
    15

    Re: Eclipse "An error has occurred. See the log file..."

    I do have the same depends. I reconfigured as you said...same error and same logfile.

  3. #13
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Eclipse "An error has occurred. See the log file..."

    tr0m4n; Hi !

    What I wanted to know is if there were any errors only with re-configuring the dependency flles ? Working from the bottom up.

    try'n to help
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  4. #14
    Join Date
    Mar 2013
    Beans
    15

    Re: Eclipse "An error has occurred. See the log file..."

    Code:
    roman@roman-ThinkPad-T500:~$  sudo dpkg-reconfigure eclipse-pde eclipse-jdt
    [sudo] password for roman: 
    roman@roman-ThinkPad-T500:~$
    That's everything!

  5. #15
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Eclipse "An error has occurred. See the log file..."

    tr0m4n;
    In that case, I can not advise further, I have no idea presently why eclipse has errors.
    I hope others can offer advise.

    just do not know enough
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  6. #16
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Eclipse "An error has occurred. See the log file..."

    As the the problem seems to be that eclipse cannot find SWT library, also try to reconfigure or even reinstall eclipse-rcp
    Code:
    sudo dpkg-reconfigure eclipse-rcp
    (It is eclipse-rcp that depends on libswt-gtk-3-java).
    Last edited by schragge; April 14th, 2013 at 05:32 PM.

  7. #17
    Join Date
    Mar 2013
    Beans
    15

    Re: Eclipse "An error has occurred. See the log file..."

    Quote Originally Posted by schragge View Post
    As the the problems seems to be that eclipse cannot find SWT library, also try to reconfigure or even reinstall eclipse-rcp
    Code:
    sudo dpkg-reconfigure eclipse-rcp
    (It is eclipse-rcp that depends on libswt-gtk-3-java).
    Nope, didn't work!

  8. #18
    Join Date
    May 2013
    Beans
    1

    Re: Eclipse "An error has occurred. See the log file..."

    i had the same problem and this helped for me, i hope it helps for you to
    http://stackoverflow.com/questions/1...-swt-libraries

    *this part:
    on my Ubuntu 12.04 32 bit. I edit the command to:

    ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/

    And on Ubuntu 12.04 64 bit try:

    ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/

  9. #19
    Join Date
    Mar 2013
    Beans
    15

    Re: Eclipse "An error has occurred. See the log file..."

    Wow worked! Thanks!

  10. #20
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Eclipse "An error has occurred. See the log file..."

    Wow! As I live and learn.

    Ain't it wonderful what a symlink does/ shortcut for right file in the right place, Huh .

    Good things do happen
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

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