Search:

Type: Posts; User: Tjstretch

Search: Search took 0.24 seconds.

  1. Replies
    18
    Views
    3,410

    Re: .java File not found

    You have to include the () because you can still specify parameters. I made an example class shown below.


    import java.util.ArrayList;
    /**
    * This is an example class to show how constructors...
  2. Replies
    18
    Views
    3,410

    Re: .java File not found

    You need to import the files, and for command line calling you need to NOT be in the directory of the file, but the directory of the beggining package.

    EG for importing, if you have two classes...
Results 1 to 2 of 2