Tutorial for Eclipse/Flex Compiler Development?

Hello,
I cannot find any reliable information on setting up Eclipse with all the right plugins to modify the Flex Compiler.  http://www.darronschall.com/weblog/2005/08/setting-up-eclipse-for-flex.cfm  is too old, and the others are just unclear.
If anyone could give me a hand that would be great.
- Eclipse version Flex SDK Developers are using.
- Required plugins (I'm on a Mac 10.5)
- How to run a sample Flex SDK Compiler project, or debug it or something, or at least just load it.
I have everything set up (eclipse installed, the flex source installed and ready according to the developer documentation).  But this last step is missing.  Thanks!
Lance

I wouldn't switch if you want to do .NET / SQL Server
development. Most people on Macs who do SQL Server development
either use a remote server or run it in a Windows Virtual Machine.
Important programs are available for both OSes, but without
knowing which ones you use it's hard to say whether you just need
to install the "mac version" or whether you'd need to install a
brand new one.

Similar Messages

  • Should I switch to Mac for CF/Flex/SQL development?

    I'm contemplating a move to Mac for my local development
    environment. I have seen quite a number of people using Mac for
    CF/Flex/Flash development. Those are my primary programming
    platforms - though I'm planning on adding AJAX and .NET to my
    arsenal soon. I was wondering if anyone had any feedback on the
    benefits and drawbacks of switching to Mac:
    Do the IDEs (i.e. Flex Builder, Eclipse, Fireworks, etc.)
    work well?
    Are there any other important programs (i.e. Source Control,
    Wireframing/Mockups) that will (or will not) work well?
    What about database development? I'm used to SQL Server - can
    it run on a Mac? If so, how well does it work?
    Any other issues I should know about developing on a Mac?
    I know this is very vague, but I'm looking for any
    constructive feedback I can get, to help me make a wise decision.
    Thanks.
    Are there any other known issues with programming

    I wouldn't switch if you want to do .NET / SQL Server
    development. Most people on Macs who do SQL Server development
    either use a remote server or run it in a Windows Virtual Machine.
    Important programs are available for both OSes, but without
    knowing which ones you use it's hard to say whether you just need
    to install the "mac version" or whether you'd need to install a
    brand new one.

  • WYSIWYG for Eclipse (HTML5/Java development) ?

    Hi Experts,
    I would like to know if there are some useful WYSIWYG for UI development that could be integrated to Eclipse ?
    Thank you in advance.
    Best regards.

    I'm sorry. I should start thinking before posting.
    Just after writing this, I thought about what if Project Lombok is the reason.
    To test I removed lombok from eclipse.ini and the errors are gone.
    Sorry for blaming the wrong tool.

  • Is there any tutorial for SAP Java Backend Development?

    Hi everyone,
    I am following the "How To - Part 1: Build an Agentry based app from scratch connecting to a SAP ERP back-end" to learn Agentry by myself.
    There are some Java code when creating the Steplet, StepHandler and Bapi that I dont understand. I would like to know if there is any document or tutorial to learn how to write  such Java code. I already know the Agentry stuffs like fetch, step, etc.
    For example, why do we need the processResult or setParameter method? Why do we need JCO.Table? Where is the table "ET_FLT_SCHEDULE"
    public class FlightScheduleBapi extends AbstractFetchBAPI{
    public User user = null;
    public FlightScheduleBapi(User u, GregorianCalendar lu) throws Exception {
    super(u, lu);
    user = (User) u;
    @Override
    public ArrayList<SAPObject> processResults() throws Exception {
    ArrayList<SAPObject> spfliTab = new ArrayList<SAPObject>();
    JCO.Table _sTab = _tables.getTable("ET_FLT_SCHEDULE");
    int rows = _sTab.getNumRows();
    for(int i = 0; i<rows; i++)
    _sTab.setRow(i);
    FlightSchedule spfliLine = new FlightSchedule(_sTab);
    spfliTab.add(spfliLine);
      return spfliTab;
    @Override
    public void setParameters(SAPObject obj) throws Exception {
      super.setParameters(obj);
    try {
      } catch (Exception e) {
    user.rethrowException(e, true);
    Thank you very much.
    Tags edited by: Michael Appleby

    Anyone can help me out of this?
    I am looking for AbstractFetchBAPI but there is no information about it.
    I found JCO Client Connection and JCO getTable to access SAP tables. Can I use this way in Agentry App?
    Thanks.

  • CR for eclipse vs CRXI R2 - for web application development

    What is the difference between CR2Eclipse and the CRXI R2 in the context of developing a java based web application?
    how many concurrrent users are supported by both ?

    The JRC XIR2 Development has been moved to CR4Eclipse. That means that CR2008 doesn't come with a separate JRC SDK. Comparing Crystal Reports for Eclipse with CR Developer XIR2 the SDK is newer in CR4Eclipse. JRC XIR2, supports 3 concurrent processes.
    Further information are available on https://boc.sdn.sap.com/creclipse

  • How to download and install SAP Net Weaver Gateway Plug-in for Eclipse?

    I have installed the SAP UI5 development tool kit for Eclipse. What else should I do? How can I download SAP Net Weaver Gateway Plug-in for Eclipse?
    After developing the application, should I run that with Apache Tomcat? How to get the access to database?

    you can find netweaver gateway tool from SAP Development Tools for Eclipse. and follow the installation instructions

  • Tutorial for creating a J2EE project with "Flex Builder 3 Beta 3 " ?

    Hi,
    I'm trying to set up a Flex environment with:
    Flex Builder 3 Beta 3 stand alone
    WTP (from eclipse update manager)
    LCDS 2.5 (with JRun)
    JBoss 4.2.2GA
    At this moment I successful installed everything (but not set up). I added WTP at Flex Builder3 (with the eclipse update manager). I copied the two flex-tomcat files in jboss.
    Then in Flex Builder 3 I created a new Flex Project. In the wizard first window, I selected J2EE, Livecycle and WTP. Then in the next window I need to configurate the J2EE server.
    I couldn't find any information/tutorial for this window? Is there a tutorial for this?
    This window ask me:
    Target Runtime: I created a new one for JBoss 4.2.2 (during this process flex builder asked me to add a project but actually I'm creating this project so I hadn't any project to add (??)).
    ContextRoot: name of the project I'm creating (default). Is it good?
    Content Folder: the default is "WebContent". Is it good?
    Flex War File: What is that? Where do I find it?
    Thanks a lot,
    Jerome

    The settings you mention all sound fine, but the I believe the Flex War file may be what you referred to as the flex-tomcat files (specifically the one should be called flex.war from the install folder).
    You don't need to deploy the flex.war file to JBoss manually, when you create a project, you just select the file in the wizard and it is extracted and used as a template for the new project. In fact, it may cause a port conflict with your project if you do deploy manually it (unless you tweak some of the config files), so it's probably worth removing it from the deploy folder if you did put it there. The other file, flex-admin.war, can stay without causing issue.
    The closest to a tutorial that I am aware of is if you search "New Flex Project" in the help system, it talks about what each of the options should be when creating LCDS projects.

  • Tutorial for FLEX

    Hi,
    I have existing application in RAD 7.5, My app is in JSF framework and backend Oracle.
    Our new tech requirement is FLEX from JSF using as much as possible server side code. Currently trying to come up with some POC.
    On the very begining , trying to learn FLEX quickly. I am java developer, no knoledge of any adobe product. Just know pdf files .
    Can you suggest for a best fit tutorial for me and best learning road map. By the way, i never attended any paid training, web is my book and my world.
    Thanks,
    Arijit

    ChikaraDev has a number of useful tutorials and sample applications, most of which you can right-click and select View Source:
    http://www.chikaradev.com/learning/flex3/general/StudentsTutoringSession1.pdf
    http://www.chikaradev.com/learning/flex3/general/SampleApps1/index.html
    http://www.chikaradev.com/tutorials/index.html
    But if you really want to learn Flex well, and embed nuggets of knowledge about Flex deep within your mind, you should just go through the Flex Builder help system from the top (but not the API pages). I went through 3/5 of the Flex Builder help sys twice each time I prepared for (and passed) the Flex 2 and Flex 3 with AIR ACE (Adobe Certified Expert) exams.
    The Flex Builder help system is simply awesome (though admittedly it is not perfect)!
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance
    www.ChikaraDev.com
    Flex Development and Support Services

  • Any Multipart E-Commerce Tutorial Using the Enterprise Pack for Eclipse

    Can anyone direct me to a good multipart e-commerce development tutorial that uses the Oracle Enterprise Pack for Eclipse? Thanx.
    sbliss

    The following link on the OTN has a list of tutorials that build Java EE applications using OEPE. Trouble Ticket Application is a good place to start.
    http://www.oracle.com/technology/products/enterprise-pack-for-eclipse/tutorials.html

  • Error in executing a process for Flex compilation ....exceeds 32K...

    Hi,
    deployin my model i get the following error-message.
    "Error in executing a process for Flex compilation, Error: Branch between 64935 and 97770 around line 0 exceeds 32K span. If possible, please refactor this component.
    Error: Branch between 64935 and 97770 around line 0 exceeds 32K span."
    Do i delete a sort-element from my model it is deployed very well. So what does this message exactly mean and how can I locate where the error occurs and how can i fix that problem because i need this sort-element to be in my model.
    Thanks for your help!
    Tobias

    Hi Tobias,
    You are receiving this error due to a current limitation in the Flex server. How you can fix this is to split the iView you are currently working on into two iViews, and embed one within the other. This will decrease the size of the current iView you are receiving the error for and eliminate this problem.
    Hope this helps
    Cheers,
    Scott

  • Where can I find a good tutorial for mobile game developement with J2ME ?

    Hi All,
    I'm completely new to J2ME programming. But I have past experience on J2SE developement. Now I would like to know that where can I find a good tutorial for mobile game developement with J2ME ?
    I'll be very greatful if I can find a useful step-by-step tutorial (eg. "The Java Tutorial" for J2SE)
    Please point me ot the direction.
    Thanks
    ZuriJAckshoT

    ibook-widgets.com    have a free tutorial book in the iBooks store.  Search for "Create your first interactive book using iBooks Author"   they also  sell widgets.
    I  dont have any connection - I  found their eBook in the store long ago  and used it to learn more about iBA.
    The best advice though, is be patient,  go back over the process step by step, I cannot  access the Help files for some reason.. but i am sure its in their.

  • Zend Studio for Eclipse and Flex - Impossible?

    I've been going in circles all day trying to get the Flex
    plug-in to work in the Eclipse installation that installs with Zend
    Studio for Eclipse.
    The offshore dork for Zend said, "No now for plug-in for
    Studio." So I guess that means I have to install Eclipse with Zend
    Studio for Eclipse and then the Flex plug-in. But it appears the
    Flex plug-in is baffled by the Eclipse 3.4 version that installs
    with Zend Studio for Eclipse.
    Many errors about please choose the correct folder etc. The
    installation of the Flex 3.0 plug-in can be completed but fails
    when trying to edit an mxml file with, "Could not open the editor:
    Assertion failed."
    There is a Flex updater to 3.0.1 which claims to support
    Eclipse 3.4 but not for the plug-in as far as I could tell.
    Attempting to use the Flex 3.0.1 updater on the Flex 3.0
    plug-in installation in the Zend Studio for Eclipse directory
    completely befuddles the installer.
    Can anyone point me in some new directions for a solution?
    Does Adobe have phone support any longer?
    cd /

    this is the same problem disscused in thread (Flash Builder 4 plugin with eclipse 3.6)  http://forums.adobe.com/thread/747394?tstart=0.please follow that thread if any one do not understand this thread problem.

  • Crystal Reports for Eclipse vs. Crystal Reports Developer

    We are developing a Java web application for internal use.  Since we have some people at the company who are familiar with Crystal Reports, we'd like to have them write reports that we can display through our application.  Crystal Reports Server seems like overkill for this project, but the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm#en/JRC_SDK/">JRC</a> sounded like a good fit.
    I have been evaluating <a href="http://www.businessobjects.com/products/reporting/crystalreports/developer/default.asp">Crystal Reports Developer</a> and trying out the <a href="http://support.businessobjects.com/communityCS/FilesAndUpdates/crxi_r2_jrc_web_samples.zip.asp">JRC samples</a>.  The samples don't use the tag library.  Instead, they show how to set session variables and redirect to a viewer JSP which contains a bunch of Java code to use the CrystalReportViewer.
    The samples are so much more complex than the code created by Crystal Reports for Eclipse, which simply uses the tag library:
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %>
    <crviewer:viewer reportSourceType="reportingComponent" viewerName="myreport-viewer" reportSourceVar="myreport" isOwnPage="true">
    <crviewer:report reportName="myreport.rpt" />
    </crviewer:viewer>
    I assume that I should be able to use the same tag library approach without using Crystal Reports for Eclipse, but I haven't seen any tutorials on it.  I'm trying to understand whether I should purchase Crystal Reports for Eclipse instead of Crystal Reports Developer.
    This is the difference, as I understand it:
    Crystal Reports Developer gives you the stand-alone Crystal Reports Designer and the right to run the JRC on an internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.40434600">$595</a>.
    Crystal Reports for Eclipse Standard provides a free report designer built into Eclipse.  It also includes the JRC for use on an internal server.
    Crystal Reports for Eclipse Professional provides "a more powerful runtime engine" with the right to run it on one internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.52068100">$495</a>.  Is this the same JRC provided with Crystal Reports Developer?
    If the "powerful" JRC is the same as Crystal Reports Developer's JRC, could I install Crystal Reports for Eclipse Standard to take advantage of the Eclipse integration and the built-in designer, but use the more powerful JRC from Crystal Reports Developer, which would also give me the stand-alone designer?

    <p>Hi there,</p><p>     If you are planning on deploying a JRC application then you should definitely be using Crystal Reports for Eclipse for your runtime engine. It is the latest version of the JRC and includes many updates not available in Crystal Reports Developer.</p><p>As for "power" the JRC included in CR Developer is on par with the JRC available in the Basic edition of Crystal Reports for Eclipse. The Professional edition of Crystal Reports for Eclipse provides the most powerful version of the JRC available.</p><p>With the release of Crystal Reports for Eclipse, Business Objects is setting the groundwork for separating Developer needs from the Report Author needs.</p><p>A professional report author will require a professional report design tool. For these users we are recommending that they purchase Crystal Reports Professional.</p><p>The developer, on the other hand, generally needs the SDKs and a toolkit to assist with building applications. We believe that these should be available at no cost to the developer, only charging when the application is deployed (in this case a CR4E Pro license). This is different from the current model with Crystal Reports Developer where we have combined a professional report designer plus the required runtime.</p><p>So, to summarize, definitely use Crystal Reports for Eclipse for your application runtime and have your report authors puchase Crystal Reports Professional. If you need a more powerful engine, access to technical support or plan to deploy on multiple servers then I would recommend purchasing the Crystal Reports for Eclipse Professional license for your development purposes.</p><p>As for some tutorials on creating viewer pages, the integration in Eclipse provides a very simple way of accomplishing this. I would suggest reading the section titled "<strong>Creating a New Viewer Page</strong>" in our Getting Started Guide found at the following URL:</p><p><a href="/node/320"><strong> http://diamond.businessobjects.com/node/320</strong></a></p><p>Let me know if you have some follow-up questions. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><strong><br /><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>           </p>

  • How to configure eclipse for Oracle SOA 11gR1 development

    Hi,
    I have installed oracle 11gR1 ( 11.1.1.3.0) and have found that Eclipse (Galileo) as development tool. When I opened Eclipse to create new SOA Project for BPEL development, I could not able to find a SOA Project category. I assume that we need to install plug-in for developing the SOA Project.
    I browse through the site and could not able to locate anything quite useful. Could you please guide me on how to proceed..
    Is Eclipse the strategic development environment for Oracle SOA 11gR1, R2 development.. ?

    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm

  • Looking for education materials of developing C++ application with Eclipse

    Hello everyone,
    I am looking for education materials of developing C++ application with Eclipse. Could anyone recommend some good education materials?
    Thanks in advance,
    George

    Thanks nereidahoxhaj,
    So this is funny...
    Hi George,
    i see from your history that you have never ever
    tried to help anybody... anyway i'll answer just to
    show you that the people in this forum are different!
    Download CTD plugin form eclipse site:
    http://www.eclipse.org/cdt/
    and then go to another forum...
    Addio!Your reply is very helpful. You are really different.
    regards,
    George

Maybe you are looking for