java.lang.NoClassDefFoundError while running JUnit test in Netbeans
        Posted  
        
            by Chandru K
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chandru K
        
        
        
        Published on 2010-05-26T12:30:22Z
        Indexed on 
            2010/05/26
            12:41 UTC
        
        
        Read the original article
        Hit count: 289
        
I am building an Android hello world application in Netbeans. It's building properly and I am to run in the emulator also.
But when creating and running the Junit test and running the test I get a java.lang.NoClassDefFoundError.
How can I fix this problem?
© Stack Overflow or respective owner