Hello! First of all, I don't know much about programming, only what I've learned in class. For a project I am required to make a clone of a HashMap<InetAddress, E> and this library was just the thing! But when I import it via Right-Click-->Properties-->Add External JARS and so on, if I type on the method of the class in which I need to deepClone:
Cloner cloner = new Clonner();
I get the next message "Cloner cannot be resolved to a type"
Hello! First of all, I don't know much about programming, only what I've learned in class. For a project I am required to make a clone of a HashMap<InetAddress, E> and this library was just the thing! But when I import it via Right-Click-->Properties-->Add External JARS and so on, if I type on the method of the class in which I need to deepClone:
Cloner cloner = new Clonner();
I get the next message "Cloner cannot be resolved to a type"
Am I importing this right? Please do help!