Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Importing classes (java)

  • 12-11-2001 12:44am
    #1
    Registered Users, Registered Users 2 Posts: 2,518 ✭✭✭


    I'm having a little bit of a problem importing a class into another class; one class uses the other.

    Both of them exist within the same directory and I get all sorts of class errors when I go to compile.

    Is it actually possible to do this?


Comments

  • Registered Users, Registered Users 2 Posts: 2,281 ✭✭✭DeadBankClerk


    you dont need to import the class, you just make a new instance of it

    for example if u make a Door.class in your second file when u want to import it you type
    Door myDoor = new Door();


  • Closed Accounts Posts: 37 nucular


    post code snippet showing imports, package statements and declarations.. if you haven't solved the problem already..


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    hes right you know, that DBC


Advertisement