Skip to content

First Setup

vstarlinger edited this page Aug 28, 2017 · 3 revisions

First setup

USOC is written in Java 7. It was mainly developed using NetBeans 8.1.

For using and modifying the ground station you first need to download and install NetBeans and the Java 7 JDK. (Any IDE can be used (or none at all) but it is advised to use NetBeans 8.1)

Then the GitHub code needs to be downloaded and opened as Maven project. Consequently, all dependencies will be downloaded and installed that are needed for running USOC.

The external libraries used in this project are:

  • javax.mail 1.5.6
  • jfreechart 1.0.19 (for running the Swing GUI)
  • jssc 2.8.0
  • Nasa World Wind 2.1.0

Clone this wiki locally