DOC

net.sf.jazzy : jazzy

Maven & Gradle

Jun 26, 2011
17 usages

Jazzy (RText Version) · A set of APIs that allow you to add spell checking functionality to Java Applications easily. Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up with are very similar. Note that this is not an official release from the jazzy project; it is a release of 0.5.2 with enhancements / bug-fixes as required by the RText SpellChecker project hosted on www.fifesoft.com. The scm urls in this pom indicate where the enhanced source code is hosted

Table Of Contents

Latest Version

Download net.sf.jazzy : jazzy Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.jazzy : jazzy Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

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

Advertisement