Kubuntu, Eclipse and Flex Builder

Submitted by Falken on

Getting Eclipse and Flex Builder to work together on my Kubuntu laptop was a lot easier than [node:1485,title="at work"] - because it's all 32-bit, mainly.

  1. Install Eclipse from the Ubuntu repositories (unlike RedHat, this doesn't appear to be particularly mangeled). Currently this gets you v3.2, which is fine.
    The packages I used were eclipse, eclipse-jdt, eclipse-pde, eclipse-platform, eclipse-rcp and eclipse-source - plus whatever dependancies I was offered.
  2. Change the Eclipse install to be owned by your user:
    chgrp -R <user> /usr/lib/eclipse
    chmod -R g+w /usr/lib/eclipse
  3. Run the Flex Builder installer, and tell it your Eclipse install is in /usr/lib/eclipse - leave the other options at the defaults.
You might want to read [node:1506] too.
Sections

Hey, Just caught this post and thought I'd spread the word a little. I've been working on an open source project that should help folks on Linux get up and running with ActionScript 2, 3, and MXML projects. Check it out and let me know what you think: http://code.google.com/p/projectsprouts/ Here's a video demo of an older version: http://www.asserttrue.com/articles/2007/04/04/introducing-asproject

Submitted by Joshuaaa (not verified) on Fri, 12/05/2008 - 06:13

Permalink

Flex builder was installing fine for me in ubuntu, but was not showing flex project or perspective in eclipse... this fixed it! Thanks!