Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    1,016

    [SOLVED] Re: Class issues not allowing me to compile

    The posted code is missing the import statements. Is there an import statement for the missing class?

    That exception is a runtime exception, not a compiler exception. It looks like there could...
  2. Replies
    5
    Views
    1,016

    [SOLVED] Re: Class issues not allowing me to compile

    Please copy the full text of the compiler's error messages and paste it here so we can see the problems.

    One problem I see is misplaced { and }s. It's important that the code be properly...
Results 1 to 2 of 2