3

Trying to install Aptana 2.0.5 on Ubuntu 14.04 but after install it is not working. I suppose I am missing something. My steps of installation:

sudo apt-get install openjdk-7-jdk libjpeg62 libwebkitgtk-1.0-0 git-core
sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 git-core
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Downloading standalone version of Aptana:

sudo unzip Aptana_Studio_Setup_Linux_x86_2.0.5.zip -d /opt
Going by Nautilus to the /opt/Aptana Studio/

Now, I launched Aptana Studio, and I get this screen.

pic

for a 2-3 seconds an after that disappear and nothing is happen

I spent a lot of time by trying different tutorials over the web. But nothing can help me.

Braiam
  • 69,112
yevgeniy
  • 133
  • 1
  • 5

1 Answers1

1

You may have to download the latest Aptana Studio.

Here is how I did it. I used the same commands as you did, with these exceptions:

  1. Didn't install

    sudo apt-get install openjdk-7-jdk libjpeg62 libwebkitgtk-1.0-0 git-core sudo apt-get install libjpeg62 libwebkitgtk-1.0-0 git-core

  2. Installed Chromium Browser

  3. Downloaded and Installed Aptana Studio 3.4.2 the same way.

  4. Double clicked on AptanaStudio3 under /opt/Aptana_Studio_3, and it works.

enter image description here

Mitch
  • 109,787