|
Quote:
|
|
but it dosn't work.
|
Please copy and paste the error messages here.
The import statement is a way to extend the classpath to the location of the class file. The location of the classfile should be at classpath+import-path
What is the (classinformation) you refer to? Do you have an example?
import javax.swing.JFrame;
Where javax.swing is the package and JFrame is the class.