DOC

org.rzo.yajsw : srvmgr

Maven & Gradle

Feb 05, 2014

YAJSW - Server Manager · YAJSW is a java centric implementation of the java service wrapper by tanuki (JSW). It aims at being mostly configuration compliant with the original. It should therefore be easy to switch from JSW to YAJSW.

Table Of Contents

Latest Version

Download org.rzo.yajsw : srvmgr Javadoc & API Documentation - Latest Versions:

All Versions

Download org.rzo.yajsw : srvmgr Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
11.11

How to open Javadoc JAR file in web browser

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

Advertisement