Hello there.Im very new to java programming and maybe wat Im going to ask is very simple. Anyways. Ive just started with java and im using borland jbuilder 2005 as my ide. Ive created a project "bank" whick is in a folder called bank. And my package name's also bank. Ive got a class called Account.class which is in the bank folder.
And Ive created another project in another folder. And I want to import the Account.class to the new project. I tried typing import Account.*; or import bank.Account.*; but I dont c the Account in the popup menu.
In the java(sun) forum,someone told me I must let the ide know where to look for that Account.class, but I dont know how to do that.
Can anyone help?
Thanks.
And Ive created another project in another folder. And I want to import the Account.class to the new project. I tried typing import Account.*; or import bank.Account.*; but I dont c the Account in the popup menu.
In the java(sun) forum,someone told me I must let the ide know where to look for that Account.class, but I dont know how to do that.
Can anyone help?
Thanks.