Hi Guys,
I have a compiled java file example.class and i need to use the methods in this file to read from a text file.
I need to have this file inside my package as requested by the teacher. However when i put the example.class file into my package and write example eg=new example(); it complains that it doesn't exist ive decompiled example.class and i know for a fact it has a constructor as example().