In 1.2 I used to be able to:
javac -classpath . Program.java, and any java classes I had in that directory would be imported.
But now, in 1.3, no matter what I do, my "import SwingCopy.*" doesn't want to find SwingCopy.
I know it's something stupid, but still, any help would be greatly aprectiated.
javac -classpath . Program.java, and any java classes I had in that directory would be imported.
But now, in 1.3, no matter what I do, my "import SwingCopy.*" doesn't want to find SwingCopy.
I know it's something stupid, but still, any help would be greatly aprectiated.