Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    1,748

    Re: Where does the program start?

    You should let us know what all the error messages are, or else we're just guessing - my guess is that since the method is as you wrote is private, it is probably in a separate class and thus the...
  2. Replies
    12
    Views
    1,748

    Re: Where does the program start?

    Then you can define it as static, or create an instance of the Class that contains the method and call the method on that object.
  3. Replies
    12
    Views
    1,748

    Re: Where does the program start?

    For future reference, please wrap your code in the tags. Are you just asking how to run that method from the main method? The main method is static, thus if one tries to directly call a method that...
Results 1 to 3 of 3