Results 1 to 5 of 5

Thread: Flex builder Succesfully installed but how do i open it..?

  1. #1
    Join Date
    Apr 2010
    Posts
    219

    Flex builder Succesfully installed but how do i open it..?

    I have installed the flex properly on my ubuntu system and goes successfully but it is not present in the eclipse .I didn’t received any error log while making the installation of the same software .

    This is my System Config:
    OS: Ubuntu 9.04
    Eclipse version 3.2
    Adobe Flex Builder Plugin 3

    I am not getting anything related to this on the net . How do I start flex in eclipse ? How to be sure that eclipse is installed properly ( any Command suggested form terminal ? or any means to check with browser just as tomcatserver?)

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Flex builder Succesfuly installed but how do i open it..?

    I was having the exact issue after a proper installation, and Flex not getting displayed. In my situation , I had to perform the installation it as root since I had no writing permission to /usr/lib/eclipse where my root directory for eclipse is specified . Thus, launch the eclipse as common user would not show this. Did you used to access the eclipse as root, and find out if the 'Create Adobe Flex Project' was available within the other specified projects?

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Flex builder Succesfuly installed but how do i open it..?

    Yeah, mind-space advised you very, you have to install this.You have to just issue the following suggested command from the terminal window :

    #sudo su
    #eclipse

    Would allow you to issue this as root user and then after try to generate a new project and check out that if flex directory would displayed. Actually, I am also working on Ubuntu 9.04 .

  4. #4
    Join Date
    Apr 2010
    Posts
    53

    Re: Flex builder Succesfuly installed but how do i open it..?

    I got a decent machine. ( something with dual-core and enough RAM memory). Some while, FlexBuilder prompt the "builder project" progress bar only when I browse a simple mxml file. It seems as he does some complex job... I don't queried for anything fancy. I just need the file to open within the text mode. Whenever, I press Ctrl+s, I fear the "building project who take forever" thing. I made disable the automatic build, but this is not so convenient in this way .

    One more thing, more understandable. I got an Ant job who compile our code with the flexBuilderSdk. It consumes near about 2 min for 100 .as file and 20 .mxml file .

  5. #5
    Join Date
    Jul 2004
    Posts
    153

    Re: Flex builder Succesfully installed but how do i open it..?

    launching a Flex application is a the process of only 2 steps . In the primary stage , the MXML files are compiled into the similar ActionScript classes. If you associate the "-keep" compiler arguments then you will be able to get all these files in a directory suggested as "generated." After the AS3 classes are generated, then the AS compiler turns these into byte-code in the form of a .SWF file.

    If you are running with a slow hard disk (as 5400 RPM laptop drive) that will also affect the activity on compilation. I would actually suggest you to make disable the "Build Automatically" and then use the CTRL-B when you need to build this .It is not a complex task to do that when you need to make, much better than waiting for a compile every time you replace a file

Similar Threads

  1. Replies: 4
    Last Post: 06-08-2011, 11:49 PM
  2. Installing Flex Builder on Linux
    By SoftWore in forum Technology & Internet
    Replies: 1
    Last Post: 15-07-2010, 11:53 AM
  3. Flex Builder Shareable App Problem
    By Conqueror in forum Windows Software
    Replies: 6
    Last Post: 13-07-2010, 12:21 AM
  4. Unloadandstop error in fp10 / flex builder 3
    By Sargam in forum Windows Software
    Replies: 3
    Last Post: 10-07-2010, 01:30 PM
  5. Flex 3.4 SDK in Flex Builder 3 plug-in
    By Vivan in forum Software Development
    Replies: 5
    Last Post: 09-07-2010, 11:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,977,451.90769 seconds with 17 queries