DOC

it.tidalwave.bluemarine2 : bluemarine2

Maven & Gradle

Apr 10, 2021

blueMarine II · blueMarine II is a media centre based on a semantic database. It is developed on Java 11 and Java FX. It exposes resources via DLNA and REST; it can run on a Raspberry PI and integrated with CEC for being operated with a TV remote. Still at the alpha stage of development, it can be used with some hack to reproduce audio files. The project website is at [http://bluemarine.tidalwave.it](http://bluemarine.tidalwave.it); the developer website is at [http://tidalwave.it/projects/bluemarine2](http://tidalwave.it/projects/bluemarine2).

Table Of Contents

Latest Version

Download it.tidalwave.bluemarine2 : bluemarine2 Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file bluemarine2-1.1-ALPHA-1-javadoc.jar to bluemarine2-1.1-ALPHA-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder bluemarine2-1.1-ALPHA-1-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 "bluemarine2-1.1-ALPHA-1-sources.jar" -d "bluemarine2-1.1-ALPHA-1-javadoc" -subpackages