Netbeans Installation Instructions

From FlightGear wiki
Jump to navigation Jump to search

Downloading and Installing Netbeans

NetBeans is a multi-platform IDE or Integrated Development Environment. It supports several programming languages, C and C++ among them.

Detailed Instructions

There are two things to download, each with a set of choices:

Downloading

Java Development Kit (JDK)

You can download the jdk from http://www.oracle.com/technetwork/java/javase/downloads/index.html

NetBeans

You can find netbeans for your platform at http://netbeans.org/downloads/

You can either choose the full suite (~200 MB) or just the C/C++ bundle which is about 50 MB.

There is also a download for the JDK and Netbeans together at 174 MB. I'm not sure what's in it.

Installing

JDK and NetBeans installations are straight forward. Install them so they can be used by multiple users on your PC. Choose a directory to be accessed by multiple users for the reasons discussed here: Suggested Directories or Folders (for building different versions of FlightGear).

Linux

mkdir /opt/java
chmod 755 /opt/java
cd /opt/java
mv ~/Downloads/jdk* /opt/java
mv ~/Downloads/netbeans* /opt/java
tar -xzvf jdk*.gz
/opt/java/netbeans*.sh

Mac OS

Windows

Note: This page supports Howto: Build FlightGear with NetBeans using CMake