- DOWNLOAD APTANA STUDIO 3 RCP PLUGIN UPDATE INSTALL
- DOWNLOAD APTANA STUDIO 3 RCP PLUGIN UPDATE ARCHIVE
Right click Aptana Studio icon on left menu and select Keep in Launcher $ sudo nano /usr/share/applications/sktopĪdd the following to the sktop file:Ĭontrol X to exit and Yes to save this file. $ sudo unzip Aptana_Studio_3_Setup_Linux_x86_64_3.3.2.zip -d /opt/Aptana/Ĭonvert icon.xpm to icon.png and save it to ~Downloads/Aptana_Studio_3/
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) 3. Java(TM) SE Runtime Environmnet (build 1.7.0_17-b02)
Path is the alternative being introduced for the master linkĬorrect the permissions of the executables: Nameis the name of its symlink in the alternatives directory, and Linkis the generic name for the master link, –install link name path priority Add a group of alternatives to the system. Update-alternatives creates, removes, maintains and displays information about the symbolic links comprising the Debian alternatives system. The command takes this form: sudo update-alternatives –install link name path priority $ sudo update-alternatives –install “/usr/bin/javaws” “javaws” “/usr/lib/jvm/jdk1.7.0_17/bin/javaws” 1 $ sudo update-alternatives –install “/usr/bin/javac” “javac” “/usr/lib/jvm/jdk1.7.0_17/bin/javac” 1 $ sudo update-alternatives –install “/usr/bin/java” “java” “/usr/lib/jvm/jdk1.7.0_17/bin/java” 1 jdk1.7.0_17 /usr/lib/jvm/jdk1.7.0_17Ĭonfigure Ubuntu to use the downloaded Oracle Sun JDK: Verbose output shows you all the files being extracted.
DOWNLOAD APTANA STUDIO 3 RCP PLUGIN UPDATE ARCHIVE
I’ve downloaded this: jdk-7u17-linux-圆4.tar.gz
DOWNLOAD APTANA STUDIO 3 RCP PLUGIN UPDATE INSTALL
To install Aptana Studio 3 and the pre-requisite supported Oracle Sun JDK on Ubuntu 11.10, follow these steps: 1. Aptana Studio 3 is a popular open source integrated development environment (IDE) and professional web development tool for HTML, CSS, JavaScript, Ruby, Rails, ColdFusion, PHP and Python.