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 - java.lang.NoClassDefFoundError: Could not initialize class org.openide.util.ImageUtilities
Summary: java.lang.NoClassDefFoundError: Could not initialize class org.openide.util.I...
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 01:11 UTC by xingxingshiwo
Modified: 2015-11-10 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE 日志 (69.35 KB, text/plain)
2015-08-31 01:11 UTC, xingxingshiwo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.