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.

  • 相关阅读:
    CodeForces
    CodeForces
    sort自定义cmp函数
    The 2015 China Collegiate Programming Contest Sudoku
    G
    docker
    在容器内获取Pod信息(Downward API)
    k8s Pod定义详解
    Pod和容器的生命周期管理
    GoAccess日志分析工具
  • 原文地址:https://www.cnblogs.com/dorothychai/p/2479946.html
Copyright © 2011-2022 走看看