| [news.eclipse.newcomer] Re: Running Nested Classes |
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.
Hope this helps, Eric