As a first step, I tried to run a java project in my machine using net beans 7.2, (the instaled JDK version is 5.5). But I am getting some errors.
D:\InterfaceSnmpMaster.java:17: package org.snmp4j.smi does not exist
If I am right, I think I need to install something extra to get that package. Please help me….
It seems you’re trying to use SNMP4J. Download the .jar from their site, and add it to the classpath as explained in How to setup classpath in Netbeans?