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 255359 - reflect.InaccessibleObjectException: Unable to make member of class sun.awt.im.InputContext accessible: module java.desktop does not export sun.awt.im to <unnamed module @10441598>
Summary: reflect.InaccessibleObjectException: Unable to make member of class sun.awt.i...
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords: JDK_9, NO81
Depends on:
Blocks:
 
Reported: 2015-09-17 10:44 UTC by Jiri Prox
Modified: 2015-09-21 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219985


Attachments
stacktrace (7.43 KB, text/plain)
2015-09-17 10:44 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2015-09-17 10:44:45 UTC
Build: NetBeans Dev JDK9 branch (Build 20150915-63db74ce1bef)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81, Java(TM) SE Runtime Environment, 1.9.0-ea-jigsaw-nightly-h3391-20150915-b81
OS: Windows 7

User Comments:
jiriprox: Opening js file




Stacktrace: 
java.lang.reflect.InaccessibleObjectException: Unable to make member of class sun.awt.im.InputContext accessible:  module java.desktop does not export sun.awt.im to <unnamed module @10441598>
   at sun.reflect.Reflection.throwInaccessibleObjectException(Reflection.java:462)
   at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:185)
   at java.lang.reflect.Field.checkCanSetAccessible(Field.java:169)
   at java.lang.reflect.Field.setAccessible(Field.java:163)
   at org.openide.text.QuietEditorPane$1.run(QuietEditorPane.java:293)
   at org.openide.text.QuietEditorPane.removeNotify(QuietEditorPane.java:326)
Comment 1 Jiri Prox 2015-09-17 10:44:47 UTC
Created attachment 156238 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-09-18 09:27:28 UTC
Not related to NetBeans 8.1.
Comment 3 Martin Balin 2015-09-21 13:41:02 UTC
Wrong NB build - Windows launcher error.