Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
setv3.sh
Package: AdventNetSNMPAPI_4.zip [view]
Upload User: aonuowh
Upload Date: 2021-05-23
Package Size: 35390k
Code Size: 2k
Category:
SNMP
Development Platform:
C/C++
- #!/bin/sh
- # This script when executed sets the CLASSPATH for the encryption packages and
- # associated classes. The script can be used when the SNMP V3 funtionality is
- # used.
- . setallEnv.sh
- cd ..
- # Uncomment (remove the hash) the appropriate lines accordingly based on
- # the encryption package used and the PATH in which it can be found
- # Set the path in which the encryption package is present. For eg if the
- # package is Cryptix3.1.1 and is present in the parent directory(../) then
- # uncomment and set as CRYPTIX3_1_1DIR=$SNMP_HOME
- # Absolute paths can also be given like CRYTPIX3_1_1DIR=/home/guest/cryptix3.1.1/classes
- # In addition to this if the Cryptix package (any of the versions) is used add
- # the line:
- # security.provider.2=cryptix.provider.Cryptix
- # to the jre/lib/security/java.security file in the Java Home directory.
- # If the JCE package (any version) is used then add the line:
- # security.provider.2=com.sun.crypto.provider.SunJCE
- # to the jre/lib/security/java.security file in the Java Home directory.
- #CRYPTIX3_1_1DIR=
- #CRYPTIX3_1_3DIR=
- #CRYPTIX3_2DIR=
- #JCE1_2DIR=
- #JCE1_2_1DIR=
- # For Cryptix3.1.1 uncomment the following line
- #export CLASSPATH=$CRYPTIX3_1_1DIR/ALG_0-1-1.jar:$CRYPTIX3_1_1DIR/IJCE_0-1-1.jar:$CRYPTIX3_1_1DIR/SPT_0-1-1.jar
- # For Cryptix3.1.3 uncomment the following line
- #export CLASSPATH=$CRYPTIX3_1_3DIR/cryptix31.jar
- # For Cryptix3.2 uncomment the following line
- #export CLASSPATH=$CRYPTIX3.2DIR/cryptix32.jar
- # For JCE1.2 uncomment the following line
- #export CLASSPATH=$JCE1_2DIR/jce12-rc1-dom.jar
- # For JCE1.2.1 uncomment the following line
- #export CLASSPATH=$JCE1_2_1DIR/US_export_policy.jar:$JCE1_2_1DIR/local_policy.jar:$JCE1_2_1DIR/jce1_2_1.jar:$JCE1_2_1DIR/sunjce_provider.jar
- export CLASSPATH=$CLASSPATH:$SNMP_HOME/jars/AdventNetSnmp.jar:$SNMP_HOME/jars/AdventNetLogging.jar:.