kostaskougios / cloning

deep clone java objects
Other
590 stars 111 forks source link

Problem With "Cloner" #49

Open CarlosHer1995 opened 8 years ago

CarlosHer1995 commented 8 years ago

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!

kostaskougios commented 8 years ago

well,this can be a number of issues. Maybe the classpath is still not correct or maybe Cloner needs to be "imported".