WiseSoft  JNetKits 3.0

Introduction

JNetKits is a robust suite of TCP/IP networking components for the Java platform. The components included in JNetKits provide all the tools necessary to quickly develop network capable Java applications with minimum coding effort. Included are components for FTP, SMTP, POP3, MIME and other frequently used protocols.

This document describes how to install and use the JNetKits. The reader is assumed to be familiar with the Java programming language. A basic understanding of networking and various TCP/IP protocols is desirable.

Setup

All package runtime code is included in the jnetkits.jar file which should be made available when running or compiling programs which make use of JNetKits. The jnetkits.jar file is located in the lib directory of your installation.

For use in applets the jnetkits.jar file may be specified in the archive parameter of the <applet> tag. For use in a development environment, applications or Java servlets the jnetkits.jar file should be added to the CLASSPATH environment variable.

JDK Requirements and Supported Platforms

Below are the minimum system requirements needed to develop software using the iNet Factory components.

JDK Requirements

JDK 1.2 or greater

If you do not currently have JDK 1.2 or greater installed, please visit JavaSoft http://java.sun.com to download a compatible JDK.

Tested Platforms

MS Windows NT/95/98/2000/XP

Macintosh

Sun Solaris 2.6, 7, 8

Linux RedHat

HP-UX

API Documentation

FTP Users Guide (PDF)

JEmailValidator Users Guide (PDF)

POP3 Users Guide (PDF)

SMTP Users Guide (PDF)