博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ruby on Rails Session 2: How to install Aptana Studio 3 on Ubuntu 12.04 LTS
阅读量:6141 次
发布时间:2019-06-21

本文共 1405 字,大约阅读时间需要 4 分钟。

Update: An updated version of these instructions for .

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-coresudo add-apt-repository ppa:webupd8team/javasudo 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 . 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.desktopsudo mv AptanaStudio3.desktop /usr/share/applications/AptanaStudio3.desktop

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

 

 

-- source to network.

转载地址:http://mskya.baihongyu.com/

你可能感兴趣的文章
新安装的WAMP中phpmyadmin的密码问题
查看>>
20172303 2017-2018-2 《程序设计与数据结构》第5周学习总结
查看>>
eclipse中将一个项目作为library导入另一个项目中
查看>>
Go语言学习(五)----- 数组
查看>>
Android源码学习之观察者模式应用
查看>>
416. Partition Equal Subset Sum
查看>>
Django之FBV与CBV
查看>>
Vue之项目搭建
查看>>
app内部H5测试点总结
查看>>
[TC13761]Mutalisk
查看>>
Data Wrangling文摘:Non-tidy-data
查看>>
while()
查看>>
常用限制input的方法
查看>>
IIS7下使用urlrewriter.dll配置
查看>>
并行程序设计学习心得1——并行计算机存储
查看>>
JAVA入门到精通-第86讲-半双工/全双工
查看>>
bulk
查看>>
js document.activeElement 获得焦点的元素
查看>>
C++ 迭代器运算
查看>>
【支持iOS11】UITableView左滑删除自定义 - 实现多选项并使用自定义图片
查看>>