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.*; but I dont c the Account in the popup menu.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.*; but I dont c the Account in the popup menu.Can anyone help?
Thanks.