- 浏览: 845095 次
- 性别:
- 来自: 深圳
文章分类
- 全部博客 (379)
- struts (5)
- hibernate (16)
- spring (16)
- ssh (20)
- MySQL (16)
- 数据库脚本 (2)
- DownLoad (1)
- GAE (5)
- Java (103)
- LoadRunner (2)
- VF (1)
- 学习资料 (24)
- 软件使用 (21)
- 通信类 (4)
- 生活 (3)
- J2ME (1)
- 心理学 (1)
- Linux (26)
- Android (3)
- Oracle (1)
- 面向对象概念&面试准备 (11)
- ExtJs (2)
- Google Map (1)
- Flex (47)
- 算法研究 (1)
- share (20)
- python (1)
- MongoDB (7)
- centos6 (13)
- C++ (8)
- DB2 (3)
- C# (1)
- 代码片段 (24)
- Lucene (2)
- php (1)
- NodeJS (1)
- Express (1)
最新评论
-
shua1991:
已阅,我表示同意。
Eclipse统计代码行数 -
nakedou:
写的不错,挺详细的
在CentOS中使用 yum 安装MongoDB及服务器端配置 -
sjp524617477:
好方法
Eclipse统计代码行数 -
simpletrc:
<script>ale ...
Java写到.txt文件,如何实现换行 -
csdn_zuoqiang:
Apache Ftp Server,目前是1.0.4,非常好的 ...
Apache FtpServer在64位系统下服务不能启动解决方法
原文地址:http://www.brighthub.com/hubfolio/matthew-casperson/articles/78818.aspx
Flash development in Linux is often left to a generic text editor used with the free Flex SDK. It is certainly possible to code this way, but you do lose out on a lot of the functionality of a more specific IDE. The FB4Linux project provides a plugin for Eclipse that provides a similar environment to FlashBuilder 4. The only downside is that the installation instructions gloss over a few of the details required to get the plugin installed in Eclipse 3.5.2, which is the version of Eclipse that is available in the Ubuntu software repositories at the time of writing.
Step 1
You will need to download the 4 files FB4Linuxaa , FB4Linuxab , FB4Linuxac and FB4Linuxad . When recombined using the command cat FB4Linux* >FB4Linux.tar.bz2 you end up with a standard tar/bz2 archive.
Step 2
Download and extract the jar files from this file here into the /usr/lib/eclipse/plugins directory. These plugins include Apache Commons Lang, Apache Xerces, Adobe RDC Client, and any other supporting plugins that they require. The actual file names are:
- com.adobe.coldfusion.rds.client_1.0.266425.jar
- javax.wsdl_1.6.2.v200806030405.jar
- org.apache.commons.lang_2.3.0.v200803061910.jar
- org.apache.xerces_2.8.0.v200803070308.jar
- org.apache.xml.resolver_1.1.0.v200806030311.jar
Step 3
Extract the FB4Linux.tar.bz2 file you created in step 1 to a convenient location.
Step 4
In Eclipse select Window->Preferences->General->Capabilities and make sure that the Classic Update option is checked.
Step 5
Now click Help->Software Updates->Find and Install .
Step 6
Select Search for new features to install and click Next .
Step 7
Click the New Local Site button, and type in the location where you extracted FB4Linux in step 3 (you will need to specify the eclipse subdirectory to be specific).
Step 8
With the Adobe Flash Builder 4 site selected, click the Finish button. You will be asked which features to install. Tick the Adobe Flash Builder 4 feature and click Next .
Step 9
Accept the terms and click the Next button.
Step 10
Click the Finish button to complete the install.
Step 11
Click Yes to restart Eclipse.
Step 12
You will need to download and extract a copy of the Flex SDK from here . You can set Ecli to use the new SDK by right clicking on your Flash project and selecting Properties . Select the ActionScript Compiler option.
You can then click the Add button to add the location of the Flex SDK you just extracted.
Step 13
Finally you will need to configure the external tools to run your Flash application . Click on the Run toolbar menu itme and select the External Tools Configuration option.
Right click on the Program option and select the New option. Then fill out the Location and Arguments settings to point to your Flash standalone player (which you can download here ) and SWF file respectively.
Step 14
Congratulations. You should now have a fully functional Flash development environment in Linux!
Read more: http://www.brighthub.com/hubfolio/matthew-casperson/articles/78818.aspx#ixzz13NBMGkds
发表评论
-
Flex Spark皮肤定制
2011-08-03 23:18 1034转自 http://www.cnblogs.com/twave ... -
自定义ItemRenderer常遇到的警告unable to bind to property的解决办法
2011-08-03 22:02 1272<?xml version="1.0&q ... -
Flash Builder 代码格式化工具 Flex Formatter 下载地址
2011-08-03 17:09 1310http://sourceforge.net/projects ... -
提高Flex程序性能的10个秘诀
2011-07-29 09:20 877规则 # 1: 打扫代码 一般来说,保持代码清洁是一 ... -
Flex性能优化常用手法总结
2011-07-29 09:19 865随着Flex越来越多的被人们所熟知,越来越多的互联网也开始了R ... -
关于Flex4,textArea控件的htmlText属性被和谐。。。
2011-06-15 11:18 4865最近做的项目是网页游戏的聊天系统和好友系统,以前喜欢用fl ... -
修改flash builder注释里的@author
2011-06-15 00:18 2127在flash builder里,按Ctrl+Shift+D ... -
AS3中String转换成Boolean
2011-05-27 12:07 3505AS3中String转换成Boolean的规则和Java不一样 ... -
用 File.applicationDerectoryPath.resolv("text.txt")会报SecuriyError错误!
2011-05-26 16:26 1060用 File.applicationDerectoryPath ... -
关于actionscript3.0 中 ResourceBundle 绑定国际化资源文件
2011-04-02 20:17 1350一个简单的示例项目:mpcs LangUtil.a ... -
AIR2.0新特性
2011-03-24 10:29 1272按照类型用默认的程序打开文件 在AIR2.0中,你可以使 ... -
FlashSocket通信安全策略一点心得
2011-03-06 10:29 14181、问题描述 将flash发布为html格式 ... -
理解Loader、Bitmap和BitmapData对象之间的关系
2011-02-15 18:58 4137在Loader对象实例中,被 ... -
AS3 dynamic class
2011-02-13 14:58 3017动态类 “动态”类定义在运行时可通过添加/ 更改属性和方法来 ... -
Array的SortOn排序
2011-01-29 19:53 4090sortOn () 方法 AS3 func ... -
通过Http post方式发送json,然后获取返回的json
2011-01-24 20:36 14220思路:将发送的json转换为xml 示例代码 ... -
在JPanel中,如何将.png格式的图片设置为背景?
2011-01-18 20:14 1755yourJPanel.setBackgroundDecorat ... -
Flash中所支持的Html标签
2011-01-18 19:23 965Flash中所支持的Html标签 <a& ... -
AsWing JList
2011-01-18 14:24 2543JList类似于flex的dataGroup控件,可以自己定义 ... -
AS3.0的Socket通讯发送固定字符串(指定编码)
2011-01-12 17:08 1816flash客户端与服务端传输中文出现乱码的问题C++服务端每次 ...
相关推荐
Linux in Action is a task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system. This hands-on book guides you through 12 real-world projects ...
Learn Linux in a Month of Lunches shows you how to install and use Linux for all the things you do with your OS, like connecting to a network, installing software, and securing your system....
Learn Linux in a Month of Lunches shows you how to install and use Linux for all the things you do with your OS, like connecting to a network, installing software, and securing your system. Whether ...
### 安装STLinux在Ubuntu上的关键步骤与挑战 #### 概览 本文将深入探讨在Ubuntu上安装STLinux的全过程,重点解析由于包管理系统的差异而带来的挑战及其解决方案。对于那些希望在Ubuntu环境中利用STLinux强大功能的...
4. **下载RTAI文件**:从RTAI官方网站下载相应的RTAI补丁包。 5. **解压文件**:解压下载的Linux源码和RTAI补丁包。 6. **应用RTAI补丁**:将RTAI补丁应用于Linux内核源码。 7. **配置Linux内核**:使用`make ...
##Installing the plugin##要安装这个项目,打开Eclipse,进入Help>Install New Software,复制到以下链接: http://dl.bintray.com/kjlubick/fb-contrib-eclipse-quickfixes/ 您必须拥有 Findbugs Eclipse 插件...
### Linux Kernel In A Nutshell: Key Insights and Concepts The book "Linux Kernel In A Nutshell" by Greg Kroah-Hartman is a comprehensive guide designed to provide a high-level overview of the Linux ...
This approach assumes that your Eclipse installation already has the dependencies for the Google Plugin for Eclipse, which are not present in some Eclipse distributions. If you have problems ...
**Chapter 4: Working with Source Code in Eclipse** - **Editing and Formatting**: Techniques for editing and formatting source code efficiently using Eclipse's built-in tools. - **Code Navigation**: ...
[root@svnserver01 mysql-5.0.67]# ./configure --prefix=/usr/local/mysql --with-low-memory --with-charset=gbk --with-extra-charset=all --with-local-infile --enable-thread-safe-client [root@svnserver01...
在本文中,我们将深入探讨如何在Linux环境下安装Oracle Database 11g,这是一个重要的数据库管理系统,广泛用于企业级数据存储和处理。Oracle 11g提供了高性能、高可用性和安全性,使其成为许多组织的核心数据库解决...
在本文中,我们将深入探讨如何在Linux环境下安装Oracle 10G数据库系统。Oracle 10G是一款功能强大的关系型数据库管理系统,广泛应用于企业级的数据存储和管理。Linux作为开源且稳定的操作系统,是部署Oracle数据库的...
Compilation - Compiling and Running C Programs, Installing Codeblocks IDE on Raspberry Pi / Linux, Variables and Data Types in C, Operators, Input and output - printf and scanf, Strings, Arrays, ...
**Slackware Linux** 是一个历史悠久且非常稳定的Linux发行版,以其简洁、纯正的Unix哲学而著名。本文将深入探讨如何安装Slackware Linux,包括准备工作、安装过程以及一些关键概念,帮助用户顺利完成系统安装。 ##...
3.Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse). 4.Add Android platforms and other components to your SDK. 5.Explore the contents of the Android SDK (optional). To get ...
4. **选择语言**: - 选择您希望使用的语言,并点击 OK。 5. **选择键盘布局**: - 选择您的键盘布局,并点击 OK。 6. **设置 NFS 安装方法**: - 选择 NFS 安装方法,并点击 OK。这一步对于通过 NFS 进行远程...
There's a great deal of excitement surrounding the use of Linux in embedded systems -- for everything from cell phones to car ABS systems and water-filtration plants -- but not a lot of practical ...
Installing a Linux Distribution 8 Linux Community 15 Linux User Groups 15 Mailing lists 16 IRC 16 Private Communities 16 Key Differences 16 Linux Is Modular 17 Linux Is Portable 17 Linux Is Generic 17...
In conclusion, Mac4Lin (mac4linux v_1.0) is a comprehensive transformation pack that offers a detailed approach to changing the default theme of Linux to resemble MacOSX. By following the instructions...
**Slackware Linux 安装指南** 在深入探讨Slackware Linux的安装过程之前,我们首先需要理解Slackware Linux是什么。Slackware Linux是最古老的仍在维护的Linux发行版之一,由Patrick Volkerding在1993年创建。它的...