[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Running Nested Classes

Hi,

packagename.A$B is working for me.
Although not directly from the "Run As" context menu - you'll have to create a new launch configuration in the "Run ..." menu.


But I'm not sure if this is what you asked for ;-)

Regards,
Stefan

Ben S. schrieb:
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.