WorldWindEarth / WorldWindJava

A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
https://worldwind.earth/WorldWindJava/
49 stars 14 forks source link

Add NetBeans IDE support #21

Closed emxsys closed 5 years ago

emxsys commented 5 years ago

Description of the Change

Adds support for opening, building and running WorldWindJava-CE using the Apache NetBeans IDE.

Why Should This Be In Core?

NetBeans is a popular Java IDE used by many WWJ projects.

Benefits

The WWJ-CE project can be opened by NetBeans immediately after cloning.

Potential Drawbacks

None.

Applicable Issues

Closes #7

emxsys commented 5 years ago

@wcmatthysen Any objections to adding NetBeans support?

wcmatthysen commented 5 years ago

Nope, no objections. I'm actually using NetBeans myself to build the project. However, this might become deprecated down the line when we switch over to using Gradle for the builds. Then, we won't need IDE specific configurations anymore.