Aptana Under linux

3

Hey, I downloaded the Aptanastudio 2.0 and unzipped it in the desktop.

Im trying to run Aptana studio 2.0 under OpenSuse 11 and i get the following error...

Any idea y? Thanks

JVM terminated. Exit code=-1
-Xms40m
-Xmx384m
-Djava.awt.headless=true
-XX:MaxPermSize=256m
-Djava.class.path=/home/avi/Desktop/Aptana Studio 2.0/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/avi/Desktop/Aptana Studio 2.0/AptanaStudio
-name AptanaStudio
--launcher.library /home/avi/Desktop/Aptana Studio 2.0/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520/eclipse_1206.so
-startup /home/avi/Desktop/Aptana Studio 2.0/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-application com.aptana.ide.desktop.integration.Application
-vm /usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/bin/../lib/i386/client/libjvm.so
-vmargs
-Xms40m
-Xmx384m
-Djava.awt.headless=true
-XX:MaxPermSize=256m
-Djava.class.path=/home/avi/Desktop/Aptana Studio 2.0/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar 

fatnjazzy

Posted 2009-12-28T13:02:38.797

Reputation: 169

Not really enough information here. Try running Aptana from the command line and see if there are any other information dumped to the terminal. You can use pastebin if you need to to paste it all. – Ryan Gibbons – 2009-12-28T13:13:14.860

Can you please tell me what is the command?

. AptanaStudio wont open it Thanks – fatnjazzy – 2009-12-28T13:58:58.570

Based on the output you posted below, it looks like you are low on memory. How much RAM and swap is in this machine? – prestomation – 2009-12-28T14:25:06.187

duplicate here http://superuser.com/questions/88518/aptana-under-linux that was migrated from SO (that one should be closed)

– therefromhere – 2009-12-28T15:32:21.287

Answers

1

Try installing Eclipse from your package manager, and installing Aptana as an Eclipse plugin, rather than using the standalone version.

Macha

Posted 2009-12-28T13:02:38.797

Reputation: 4 772

If you installed Eclipse from the package manager and it's not working, then perhaps you have other issues? – Natalie Adams – 2013-04-27T02:48:19.280

I did that but eclipse is not running. Thanks – fatnjazzy – 2009-12-28T13:49:51.767

0

to run it from the command line open the console and write the following:

cd`/home/avi/Desktop/Aptana Studio\ 2\.0/
sudo chmod u+x AptanaStudio
./AptanaStudio

So you can see the output (sudo chmod u+x will change the permission of the application, so the user can launch it).

Hope that helps, Regards

dag729

Posted 2009-12-28T13:02:38.797

Reputation: 1 894

If you have "tab completion" enabled, you could just type cd ~/Desktop/Aptana and press the "tab" button, then the sudo chmod thing, and then again ./Aptana and press tab. – dag729 – 2009-12-28T14:10:53.153