Update: An updated version of these instructions for Ubuntu 12.10 (Quantal Quetzal) is available here.

1. Install the prerequisites

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

Although Aptana Studio doesn’t officially support OpenJDK, I’ve not encountered any problems, however I’ve not done extensive testing. Alternatively, to use the Sun JDK, do the following:

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 #[source][2]

libjpeg62 is important, without it you will get errors like this:

An internal error has occurred.
No more handlesNative code library failed to load. (java.lang.UnsatisfiedLinkError: /opt/Aptana_Studio_3/plugins/com.aptana.swt.webkitbrowser.linux.x86_64_1.0.0.1295409059/os/linux/x86_64/libcefjni.so: libjpeg.so.62: cannot open shared object file: No such file or directory)

2. Download Aptana Studio

You can download Aptana Studio 3 here. Select the “Standalone Version” if not selected and click download.

3. Extract Aptana Studio**

sudo unzip [name of Aptana Studio ZIP file here].zip -d /opt

4. Add the menu shortcut

wget http://www.samclarke.com/wp-content/uploads/2012/04/AptanaStudio3.desktop
sudo mv AptanaStudio3.desktop /usr/share/applications/AptanaStudio3.desktop

For those of you which are security conscious, you can check the contents of AptanaStudio3.desktop here or by entering the URL above.

-- source to network.

最新文章

  1. java类的初始化块/执行顺序,实例化对象数据赋值
  2. varsh4.1 安装清除cache
  3. div滚动到页面顶端后固定住
  4. CSS禅意
  5. mysql utf8 中文
  6. CSS3媒体查询(Media Queries)
  7. 《JavaScript高级程序设计》读书笔记 ---Array 类型
  8. Spring自学教程-ssh整合(六)
  9. JSP 学习二
  10. XML数据读取——Digester简单使用
  11. 解析-ESP01模块开发Arduino物联网wifi开关模块
  12. I/O系统(二)
  13. ELK平台搭建(上)
  14. [EXP]XAMPP 5.6.8 - SQL Injection / Persistent Cross-Site Scripting
  15. mysql的binlog进行数据恢复
  16. java解析Json字符串之懒人大法
  17. RxJava2 源码解析(一)
  18. Ruby学习笔记2 : 一个简单的Ruby网站,搭建ruby环境
  19. Extjs Gridpanel 动态加载
  20. 王者荣耀交流协会Beta发布文案美工展示博客

热门文章

  1. jquery ajax post, get, javascript ajax post, get 处理
  2. html5异步上传图片显示上传文件进度条
  3. rgba兼容IE系列
  4. 设置Android程序的默认安装位置
  5. python【第二十一篇】Django模板继承、分页、cookie验证
  6. POJ 3126 Prime Path 素数筛,bfs
  7. Java多线程初学者指南(4):线程的生命周期
  8. 一个Bootstrap风格的分页控件
  9. BZOJ 1827: [Usaco2010 Mar]gather 奶牛大集会
  10. javascript 字符串转数字