—SEC. 06 — Class Libraries

Class Libraries

Subcategories8
Indexed links35
Direct links1
Total subtree17
— SEC. 02
Listings

All links in this category.

Showing 1–35 of 35 editor-approved links.

Showing 35 on this page
Class_Libraries
Cedar Spring Software, Inc.
www.getobjects.com

Provides JavaBeans software components for financial calculations and analysis [Commercial].

Added May 10, 2026
Data_Formats
jazzlib
jazzlib.sourceforge.net

A pure Java implementation of the zlib data compression library and the java.util.zip package. [Open Source, slightly modified GPL]

Added May 10, 2026
Graphics
JGo graphical object editor
www.nwoods.com

A library for graphs, diagrams and networks, with an option for automatic layout by Northwoods Software. [Commercial]

Added May 10, 2026
Graphics
XColor
www.darwinsys.com

Subclass of java.awt.Color that knows 752 colors by name - can be substituted for wherever java.awt.Color is used in programs. [Freeware]

Added May 10, 2026
Graphics
GINY (Graph INterface librarY)
csbi.sourceforge.net

Implements an innovative system for sub-graphing and allows for stunning visuals and it provide a number of layout algorithms. [Open source, LGPL]

Added May 10, 2026
Graphics
Apprisant Diagram
www.apprisant.com

Add interactive diagrams to Java Swing, JSF and web applications. Site includes documentation and demos. [Commercial]

Added May 10, 2026
License_Management
JLicense
www.websina.com

Simple GUI tool for creating license keys (files) and LicenseManager component for validating licenses. Site includes API documentation and download option. [Commercial]

Added May 10, 2026
Logging
JLogger
jlogger-tool.sourceforge.net

Java logging library that can be configured to log messages to multiple destinations. Last version: 2003. [GPL, Open source]

Added May 10, 2026
Math_and_Calculations
Implicit Graph Search Library
igsl.sourceforge.net

Search algorithms on graphs implicitly given by tree node expansion operator and edge transition cost function. Site includes short description and download option. [GNU Library or LGPL]

Added May 10, 2026
Networking_and_Distributed_Computing
JACOMMA (Java Communicating Agents)
jacomma.sourceforge.net

Agent development platform/framework for developing distributed, mobile, and reactive information agents with heterogeneous communication capabilities, in Java and JPython. [Open source, LGPL]

Added May 10, 2026
Networking_and_Distributed_Computing
RemoteTea ONC/RPC
remotetea.sourceforge.net

Implementation of Sun's ONC/RPC protocol, both for clients and servers, including jrpcgen tool. [Open Source, LGPL]

Added May 10, 2026
Networking_and_Distributed_Computing
Bare Bones Browser Launch for Java
www.centerkey.com

Source code for class to launch the user's default web browser from a Swing application [Public Domain Software]

Added May 10, 2026
Networking_and_Distributed_Computing
Sun WebNFS
www.sun.com

Provides a 100% Pure Java client API to access NFS servers, similar to the java.io API.

Added May 10, 2026
Networking_and_Distributed_Computing
Dwarf Server Framework
www.gnome.sk

A framework for developing multithreaded server applications based on the Internet standards. [Shareware]

Added May 10, 2026
Platform_Specific
JTOpen
jt400.sourceforge.net

Open Source toolkit for accessing AS/400 features from Java code. Requires the AS/400 operating system. [Open Source, IBM Public License]

Added May 10, 2026
Platform_Specific
Java Native Access (JNA) - Project Kenai
java.net

Provides access to native shared libraries (DLLs on Windows) without writing JNI or native code. Comparable to Windows-Invoke and Python-ctypes. Site includes mailing lists, issue tracking, and download option. [LGPL v2.1]

Added May 10, 2026
Text_Processing
Syntax Highlighting
ostermiller.org

A syntax highlighting package designed for use in text editors. The default implementation will produce colored HTML files from source files. It currently supports Java, C/C++, and HTML. [Open Source, GPL]

Added May 10, 2026
Text_Processing
JTextCheck
sourceforge.net

A Java API for providing text-checking functionality (spell checkers, grammar checkers, style checkers) to Java programs. [Open source, LGPL].

Added May 10, 2026
Text_Processing
StringSearch
johannburkard.de

High-performance Java pattern matching (string searching) algorithms. Site has description and download option. [MIT License]

Added May 10, 2026
CSV
Comma Separated Values (CSV) in Java
ostermiller.org

Java libraries to read and write files in Comma Separated Value (CSV) format. [GPL]

Added May 10, 2026
PDF
JPedal
www.jpedal.org

A library for printing, viewing, and extracting text and images from PDF files. Also contains custom print and search functions, GUI enhancements and e book extensions as well as JavaME, JavaFX and Flex options. [Commercial and LGPL versions]

Added May 10, 2026
PDF
DynamicPDF Generator for Java
www.cete.com

A class library for the generation of PDF documents based on dynamic data. By ceTe Software. [Shareware]

Added May 10, 2026
Charts
Visual Mining
www.visualmining.com

Performance dashboard, graphical reporting and charting tools to quickly create dashboards, reporting and online graphs. [Commercial]

Added May 10, 2026
Charts
JHeatChart
www.tc33.org

Simple Java API for generating heat map charts. Site includes download option, Javadoc, and sample code. [LGPL]

Added May 10, 2026
Data_Formats
PngEncoder
www.objectplanet.com

A fast Java based PNG encoder. The footprint is just over 5K and the internal object creation during runtime is kept to a minimum to avoid calls to the garbage collector. It is compatible with JDK 1.1 and later.

Added May 10, 2026
User_Interface_Classes
L2FProd.com
www.l2fprod.com

Provides Skin Look And Feel for Swing, and Common Components for Swing. Site includes screenshots, tutorials, and download option. [Open Source]

Added May 10, 2026
User_Interface_Classes
Extreme Component
www.zfqjava.com

A set of Java GUI components including: JDataGrid, JWizardPane, JDirChooser, JLinkButton (a browser launch button), JCalendar. [Commercial, with sources]

Added May 10, 2026
User_Interface_Classes
Zeus
sourceforge.net

A Java Swing components library provides useful components for easier GUI development includes: JConsole, a java console replacement, redirects stdout, stderr; JSplash, a splash screen. [Open source, LGPL]

Added May 10, 2026
User_Interface_Classes
Java2s
www.java2s.com

Provide collection Swing controls. [Commercial]

Added May 10, 2026
Cryptography
Network Security Services for Java (JSS)
www.mozilla.org

Libraries used internally by Netscape and iPlanet products that do crypto in Java. [Mozilla]

Added May 10, 2026
Cryptography
IAIK Java Crypto Products
jce.iaik.tugraz.at

Provides a set of Java-based crypto products. Java implementation TLS, SSLv3 and SSLv2(client side), S/MIMEv2. [Commercial]

Added May 10, 2026
Windows
Java Native Interface to Microsoft Windows Registry
jrgwin32.narod.ru

Make easy access to Microsoft Windows registry from JVM. [Freeware]

Added May 10, 2026
Windows
NativeCall
johannburkard.de

Call native methods from Java without JNI, in any MS-Windows DLL. Site includes documentation and download option. [Open Source, Freeware]

Added May 10, 2026
Layout_Managers
Layout Manager Launch
www.softbear.com

A collection of links to Java layout managers.

Added May 10, 2026
Look_and_Feels
Wikipedia: Pluggable look and feel
en.wikipedia.org

Online encyclopedia article on Swing 'Pluggable look and feel' with many links to related topics.

Added May 10, 2026