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.bat
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++
- @echo off
- call setallEnv.bat
- cd ..
- rem This script when executed sets the CLASSPATH for the encryption packages and
- rem associated classes. The script can be used when the SNMP V3 funtionality
- rem is used.
- rem Uncomment (remove the rem statement) the appropriate lines accordingly
- rem based on the encryption package used and the PATH in which it can be found
- rem Set the path in which the encryption package is present. For eg if the
- rem package is Cryptix3.1.1 and is present in the parent directory(%SNMP_HOME%) then
- rem uncomment and set as CRYPTIX3_1_1DIR=%SNMP_HOME%
- rem In addition to this if the Cryptix package (any of the versions) is used add
- rem the line:
- rem security.provider.2=cryptix.provider.Cryptix
- rem to the jrelibsecurityjava.security file in the Java Home directory.
- rem If the JCE package (any version) is used then add the line:
- rem security.provider.2=com.sun.crypto.provider.SunJCE
- rem to the jrelibsecurityjava.security file in the Java Home directory.
- rem set CRYPTIX3_1_1DIR=
- rem set CRYPTIX3_1_3DIR=
- rem set CRYPTIX3_2DIR=
- rem set JCE1_2DIR=
- rem set JCE1_2_1DIR=
- rem For Cryptix3.1.1 uncomment the following line
- rem set 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
- rem For Cryptix3.1.3 uncomment the following line
- rem set CLASSPATH=%CRYPTIX3_1_3DIR%cryptix31.jar
- rem For Cryptix3.2 uncomment the following line
- rem set CLASSPATH=%CRYPTIX3.2DIR%cryptix32.jar
- rem For JCE1.2 uncomment the following line
- rem set CLASSPATH=%JCE1_2DIR%jce12-rc1-dom.jar
- rem For JCE1.2.1 uncomment the following line
- rem set 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
- set CLASSPATH=%CLASSPATH%;%SNMP_HOME%jarsAdventNetSnmp.jar;%SNMP_HOME%jarsAdventNetLogging.jar;.