Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Im using BlueJ, I want to import a class from a path I set.

807603Dec 3 2007 — edited Dec 3 2007
Hi, 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2007
Added on Dec 3 2007
2 comments
755 views