DOC

com.kenai.jxse : jxse

Maven & Gradle

Jun 05, 2013
0 stars

JXSE · JXTA technology is a set of open protocols that allow any connected device on the network ranging from cell phones and wireless PDAs to PCs and servers to communicate and collaborate in a P2P manner. JXTA peers create a virtual network where any peer can interact with other peers and resources directly even when some of the peers and resources are behind firewalls and NATs or are on different network transports. JXSE is the Java implementation of the JXTA protocols.

Table Of Contents

Latest Version

Download com.kenai.jxse : jxse Javadoc & API Documentation - Latest Versions:

All Versions

Download com.kenai.jxse : jxse Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.7

How to open Javadoc JAR file in web browser

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

Advertisement