Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 200143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:05:09+00:00 2026-05-11T17:05:09+00:00

After I installed Aptana (install directory: /usr/share/aptana ) I keep getting errors like this:

  • 0

After I installed Aptana (install directory: /usr/share/aptana )

I keep getting errors like this:

An SWT Error has occurred, you are
recommended to exit the workbench.
Subsequent errors may happen and
terminate the workbench without
warning. See the .log file for more
details.

looking in the logs I see this:

!MESSAGE No more handles
(java.lang.UnsatisfiedLinkError:
/root/.Aptana/Aptana
Studio/configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-mozilla-gtk-3236.so:
libxpcom.so: cannot open shared object
file: No such file or directory)

!STACK 0

org.eclipse.swt.SWTError: No more handles

(java.lang.UnsatisfiedLinkError:
/root/.Aptana/Aptana
Studio/configuration/org.eclipse.osgi/bundles/72/1/.cp/libswt-mozilla-gtk-3236.so:
libxpcom.so: cannot open shared object
file: No such file or directory)

Well after search the forums and other sites for about an hour, people suggested I install these packages.

* yum install gtk2-devel
* yum install xulrunner
* yum install libstdc*
* yum install gtk2*
* yum install libswt3-gtk2*
* yum install compat-libstdc++-33 

I had some already installed and I don’t know if they are really required but there they are for you.

After all that it still didn’t work

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:05:10+00:00Added an answer on May 11, 2026 at 5:05 pm

    I came across this post. in the post it has a file you need to download called aptana.sh.

    Here is the code if the file is not available:

    /*************** START OF FILE **************/
    
    #!/bin/bash
    
    # Set path for the Mozilla SWT binding
    
    MOZILLA_FIVE_HOME=${MOZILLA_FIVE_HOME%*/}
    if false && [ -n "$MOZILLA_FIVE_HOME" -a -e $MOZILLA_FIVE_HOME/libgtkembedmoz.so ]; then
    :
    elif [ -e /usr/lib/mozilla/libgtkembedmoz.so ]; then
    export MOZILLA_FIVE_HOME=/usr/lib/mozilla
    elif [ -e /usr/lib/firefox/libgtkembedmoz.so ]; then
    export MOZILLA_FIVE_HOME=/usr/lib/firefox
    elif [ -e /usr/lib/xulrunner/libgtkembedmoz.so ]; then
    export MOZILLA_FIVE_HOME=/usr/lib/xulrunner
    elif [ -e /usr/lib/mozilla-firefox/libgtkembedmoz.so ]; then
    export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
    elif [ -e /usr/lib/mozilla/libgtkembedmoz.so ]; then
    export MOZILLA_FIVE_HOME=/usr/lib/mozilla
    else
    $DIALOGW \
    --title="Integrated browser support not working" \
    --text="This Eclipse build doesn't have support for the integrated browser."
    [ $? -eq 0 ] || exit 1
    fi
    # libraries from the mozilla choosen take precedence
    LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
    
    # Do the actual launch of Aptana Studio
    exec ./AptanaStudio
    
    
    /*************** END OF FILE **************/
    

    Still didn’t work so I decided to see if the file it was trying to call existed. the command for the file name in:

    locate libgtkembedmoz.so

    it found it so I added the condition to the script and now it works great, YEAH!!

    elif [ -e /usr/lib/esc-1.0.0/xulrunner/libgtkembedmoz.so ]; then
    export MOZILLA_FIVE_HOME=/usr/lib/esc-1.0.0/xulrunner

    Let me know of any other findings that might help out.

    Thanks,
    –Phill

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 383k
  • Answers 383k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There is currently a thread for this issue the Infragistics… May 14, 2026 at 10:56 pm
  • Editorial Team
    Editorial Team added an answer It'd seem that you need the Trident library in order… May 14, 2026 at 10:56 pm
  • Editorial Team
    Editorial Team added an answer Even once the atom is set to true, your version… May 14, 2026 at 10:56 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.