Does JDK1.4.2 provides SNMP implementation

Are there any APIs JDK 1.4.2 provides to send SNMP trap etc ?Regards,- bharat
[112 byte] By [bdighe] at [2007-9-30 8:07:21]
# 1
> Are there any APIs JDK 1.4.2 provides to send SNMP trap etc ?No, you have to get an external library. There are several commercial alternatives available (AdventNet, etc.), and also some free ones (e.g. NetSNMPJ). Google for "Java SNMP library".
shankar.unni at 2007-7-2 18:00:09 > top of Java-index,Administration Tools,Sun Connection...
# 2
1.5beta also provides a mini SNMP server to monitor the jvm so you can get a low memory trap.
accountid at 2007-7-2 18:00:09 > top of Java-index,Administration Tools,Sun Connection...