Message Board
| Message Board > Java > Compiling inner/nested classes | 
| February 26, 2006, 15:12 | |
| PEader お前はもう死んでいる 1486 posts   | Can anyone jog my memory I seem to be having difficulty doing this or find how to do it. ____________ I see 57,005 people. | 
| # | |
| February 26, 2006, 15:32 | |
| Frimkron Frustrated Megalomaniac 703 posts   | Code: class MyClassOuter {  private class MyClassInner { } } As far as I know there's no reason why this shouldn't work =/ ____________ | 
| # | |
| February 26, 2006, 15:52 | |
| PEader お前はもう死んでいる 1486 posts   | Quoting Frimkron: Code: class MyClassOuter {  private class MyClassInner { } } As far as I know there's no reason why this shouldn't work =/ I must have fucked something else up then. :-( ____________ I see 57,005 people. | 
| # | |
Message Board > Java > Compiling inner/nested classes