I am new to Java and I am wondering how to import class files into netbeans and use it.
I understand that the class file is machine-readable byte code, but I don't care what happens under the hood. I would just like to import it into my current project and get to know it so that I can use the class.
In addition, the class file is embedded in the JAR file. I imported the JAR file into the folder / tab of my libraries in the projects window, but I don’t know how to get my project to recognize the class. It says “cannot find character” whenever I try to instantiate an object.
java class netbeans
Shrimpcrackers
source share