[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: ClassNotLoadedException in Eclipse debugger

Uhhhh... it looks like my formatting was not retained. Here's the very short sample:

public void TestQuickUser()
{
   GQUser[] smacko = new GQUser[ 0 ];        <-------
   ProgGlobals.setJUnitTest( true );
   .
   .
   .

Sorry for the mess.