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 255569 - NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
Summary: NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNat...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-25 14:04 UTC by Alexander Kouznetsov
Modified: 2016-06-09 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220202


Attachments
stacktrace (11.84 KB, text/plain)
2015-09-25 14:04 UTC, Alexander Kouznetsov
Details
stacktrace (11.21 KB, text/plain)
2015-10-15 13:01 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2015-09-25 14:04:10 UTC
Build: NetBeans Dev JDK9 branch (Build 201509230404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b24
OS: Windows 7

User Comments:
mrkam: Selected a JDK platform 9.0 b83 in Java Platform Manager

mrkam: Added 9.0-b83 through Add Java Platform dialog invoked from a project that was missing that JDK

mrkam: After adding 9.0-b83




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
   at jdk.internal.jimage.BasicImageReader.openImageSubstrate(BasicImageReader.java:60)
   at jdk.internal.jimage.BasicImageReader.<init>(BasicImageReader.java:46)
   at jdk.internal.jimage.ImageReader.<init>(ImageReader.java:65)
   at jdk.internal.jimage.ImageReader.open(ImageReader.java:75)
   at jdk.internal.jimage.ImageReader.open(ImageReader.java:82)
   at jdk.internal.jrtfs.JrtFileSystem.openImage(JrtFileSystem.java:93)
Comment 1 Alexander Kouznetsov 2015-09-25 14:04:17 UTC
Created attachment 156429 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-10-15 13:01:45 UTC
Created attachment 156744 [details]
stacktrace

I get this error when trying to register the latest jdk 9 early availability build
Comment 3 Tomas Zezula 2016-06-09 11:22:31 UTC
Fixed on JDK9 branch