Problem with JVM using Aptana 3

I use OpenSuse 13.1 x64. I recently downloaded Aptana Studio 3. I read that it did not work with Open JDK, so I installed the official one, using the instructions here: SDB:Installing Java - openSUSE. The test applet works on my machine, so it appears to be installed:
**You have the recommended Java installed (Version 7 Update 45).
**
When I launch Aptana, I get this error

JVM terminated. Exit code=13
/usr/bin/java
-Xms40m
-Xmx512m
-Declipse.p2.unsignedPolicy=allow
-Declipse.log.size.max=10000
-Declipse.log.backup.max=5
-Djava.awt.headless=true
-XX:MaxPermSize=256m
-jar /home/tim/Documents/Aptana_Studio_3/Aptana_Studio_3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/tim/Documents/Aptana_Studio_3/Aptana_Studio_3/AptanaStudio3
-name Aptana Studio 3
--launcher.library /home/tim/Documents/Aptana_Studio_3/Aptana_Studio_3//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so
-startup /home/tim/Documents/Aptana_Studio_3/Aptana_Studio_3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 918033
-vm /usr/bin/java
-vmargs
-Xms40m
-Xmx512m
-Declipse.p2.unsignedPolicy=allow
-Declipse.log.size.max=10000
-Declipse.log.backup.max=5
-Djava.awt.headless=true
-XX:MaxPermSize=256m
-jar /home/tim/Documents/Aptana_Studio_3/Aptana_Studio_3//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 

Any help with this error would be appreciated!

Thanks

I’ve got same problem on same platform. I switched to Oracle Java using the same instructions in: SDB:Installing Java - openSUSE. Any suggestions?