Im using BlueJ, I want to import a class from a path I set.
807603Dec 3 2007 — edited Dec 3 2007Hi, I'm using BlueJ and I want to import a class from a path I set.
Like this
import "C:\myfolder\*";
Instead of like this
import java.thing.*;
Any ideas why the above line is not working for me?