I'm trying to use a .class file I downloaded for a uni project. I don't have the .java file to go with it. I am using netbeans.
- I tried just adding it to the project src folder
- I tried using "add JAR/folder" on libraries and adding the directory containing it
- I also tried creating a JAR file of the directory containing it and adding that
Greatly appreciate any suggestions