Adding CLASSPATH in NetBeans
问题 I need to add classpath in NetBeans . I'm reading book "Thinking in Java 4th Edition" . From doc: "In the Projects window, right-click the project node and choose Properties. Click Libraries in the left panel of the Project Properties dialog box. Adding library path in the right panel." I did that, but when I wrote : import static net.mindview.util.print.* I see next: package net does not exist Help. Why package does not exist? 回答1: I recently added a classpath for Java mysql-connector in