Hi
I am having problem compiling a java file Main.java which uses an object of another class, named Pet
I am using Netbeans 5.5 and I don't know where to put the class file Pet.class. I don't have Pet.java
No matter where I keep it the error message I get is
symbol : class Pet
location: class javaapplication8.Main
Pet MyPet = null;