DOC

net.sourceforge.novaforjava : novaforjava

Maven & Gradle

Aug 15, 2014

libnova for Java · novaforjava is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library. The intended audience of libnova is java programmers, astronomers and anyone else interested in calculating positions of astronomical objects or celestial mechanics. It is a 1:1 port of libnova c-library with is the calculation engine used by the Nova project.

Table Of Contents

Latest Version

Download net.sourceforge.novaforjava : novaforjava Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sourceforge.novaforjava : novaforjava Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.15.x

How to open Javadoc JAR file in web browser

  1. Rename the file novaforjava-0.15.0.0-javadoc.jar to novaforjava-0.15.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder novaforjava-0.15.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "novaforjava-0.15.0.0-sources.jar" -d "novaforjava-0.15.0.0-javadoc" -subpackages