|
The deployed environment should have a Java Virtual Machine (JVM) installed. The JVM can be the latest version of JDK or JRE. The JFC/swing classes (swingall.jar) is also required for the deployment depending on the application developed.
The application meant for deployment should have the following jars present in the <AdventNet/SNMP API/v1jars> directory. AdventNetSnmp.jar contains the AdventNet SNMP API core SNMP beans, and the User Interface beans.
AdventNetLogging.jar - It contains the AdventNet logging related classes.
AdventNetRMI.jar - It is included when RMI related classes are required for deploying applications.
AdventNetCorba.jar - It is included when CORBA related classes are required for deploying applications.
|