Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,250

    Re: missing something so simple....help!

    'javac -version' in the command line. For what its worth, I did receive the same exception when I ran your code...and like I said above, changing the access modifiers of the constructors solved the...
  2. Replies
    6
    Views
    1,250

    Re: missing something so simple....help!

    I've never seen this exception with this particular error message before. A workaround is the change the access modifiers to the Node constructors (public or protected), or remove the second...
Results 1 to 2 of 2