| [news.eclipse.newcomer] Re: Running Nested Classes |
Hi,
But I'm not sure if this is what you asked for ;-)
Regards, Stefan
Does anyone remember how to call a nested class?
I have:
public class A {
public static class B {
}
}
I thought I would want to use 'package.names.A$B' for the 'Main class' in the Run pop-up, but this isn't working.