This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254864

Summary: java.lang.NoClassDefFoundError: Could not initialize class org.openide.util.ImageUtilities
Product: ide Reporter: xingxingshiwo
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P1    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE 日志

Description xingxingshiwo 2015-08-31 01:11:12 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201508310910)
    private static void checkOpenide() {
        try {
            utilsClass = Class.forName("org.openide.util.ImageUtilities"); //NOI18N
            utilsMethod = utilsClass.getDeclaredMethod ( "loadImage", new Class[] {String.class}); //NOI18N
            openideAvailable = Boolean.TRUE;
        } catch (Exception e) {
            openideAvailable = Boolean.FALSE;
        }
    }
Comment 1 xingxingshiwo 2015-08-31 01:11:19 UTC
Created attachment 155763 [details]
IDE 日志
Comment 2 Tomas Hurka 2015-09-02 11:48:06 UTC
I am not sure I understand what is wrong. Can you please provide exact steps to reproduce and also observed behaviour and expected behaviour. Thanks.
Comment 3 Jiri Prox 2015-11-10 09:57:56 UTC
I'm closing this issue since there is no response from reporter.
Feel free to provide requested information and reopen the issue again.