setv3.bat
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:2k
源码类别:

SNMP编程

开发平台:

C/C++

  1. @echo off
  2. call setallEnv.bat
  3. cd ..
  4. rem This script when executed sets the CLASSPATH for the encryption packages and
  5. rem associated  classes. The script can be used when the SNMP V3 funtionality 
  6. rem is used.
  7. rem Uncomment (remove the rem statement) the appropriate lines accordingly 
  8. rem based on the encryption package used and the PATH in which it can be found
  9. rem Set the path in which the encryption package is present. For eg if the 
  10. rem package is Cryptix3.1.1 and is present in the parent directory(%SNMP_HOME%) then
  11. rem uncomment and set as CRYPTIX3_1_1DIR=%SNMP_HOME% 
  12. rem In addition to this if the Cryptix package (any of the versions) is used add
  13. rem the line:
  14. rem security.provider.2=cryptix.provider.Cryptix
  15. rem to the jrelibsecurityjava.security file in the Java Home directory.
  16. rem If the JCE package (any version) is used then add the line:
  17. rem security.provider.2=com.sun.crypto.provider.SunJCE
  18. rem to the jrelibsecurityjava.security file in the Java Home directory.
  19. rem set CRYPTIX3_1_1DIR=
  20. rem set CRYPTIX3_1_3DIR=
  21. rem set CRYPTIX3_2DIR=
  22. rem set JCE1_2DIR=
  23. rem set JCE1_2_1DIR=
  24. rem For Cryptix3.1.1  uncomment the following line
  25. 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
  26. rem For Cryptix3.1.3 uncomment the following line
  27. rem set CLASSPATH=%CRYPTIX3_1_3DIR%cryptix31.jar
  28. rem For Cryptix3.2 uncomment the following line
  29. rem set CLASSPATH=%CRYPTIX3.2DIR%cryptix32.jar
  30. rem For JCE1.2 uncomment the following line
  31. rem set CLASSPATH=%JCE1_2DIR%jce12-rc1-dom.jar
  32. rem For JCE1.2.1 uncomment the following line
  33. 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
  34. set CLASSPATH=%CLASSPATH%;%SNMP_HOME%jarsAdventNetSnmp.jar;%SNMP_HOME%jarsAdventNetLogging.jar;.