zoukankan      html  css  js  c++  java
  • Java Development in Flash Builder 4 Standalone

    I’ve seen this question a quite few times on the forums. For users new to Eclipse and/or Flash Builder, it’s not immediately obvious. The short story is that since Flash Builder is based on Eclipse, users get the benefit of the Eclipse plug-in ecosystem. The classic Eclipse distribution is widely known for it’s Java IDE.

    Here’s the step-by-step guide to installing the Java Development Tools (JDT) provided by Eclipse:

    1) Open Flash Builder
    2) Help > Install New Software…
    3) At the top of the dialog, click “Add…” to add an update site URL
    4) Specify any name and this URL http://download.eclipse.org/releases/galileo/. Press OK.
    5) In the table of features, expand “Programming Languages” and select “Eclipse Java Development Tools”
    6) Finish the wizard

    You’ll be prompted to restart Flash Builder when installation is complete. From here, if you want to jump right into Java development, I recommend you switch perspectives (Window > Perspective > Other > Java). This configures the workbench window so that Java-related actions are the primary focus.

  • 相关阅读:
    致橡树——舒婷
    MPU6050
    Android自动折行TextView Group
    基于LRU Cache的简单缓存
    如果不能给心以翅膀,她如何飞翔
    ubuntu手机识别
    Webkit JNI
    scrapy入门
    Webkit二:RenderTree 创建
    Webkit一:Dom转码和解析
  • 原文地址:https://www.cnblogs.com/dorothychai/p/2479946.html
Copyright © 2011-2022 走看看