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 256029 - NoClassDefFoundError: com/sun/management/internal/GarbageCollectorExtImpl
Summary: NoClassDefFoundError: com/sun/management/internal/GarbageCollectorExtImpl
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: JDK_9
Depends on:
Blocks:
 
Reported: 2015-10-19 18:48 UTC by stiffuser
Modified: 2015-10-20 08:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218295


Attachments
stacktrace (1.89 KB, text/plain)
2015-10-19 18:48 UTC, stiffuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stiffuser 2015-10-19 18:48:42 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-b85, Java(TM) SE Runtime Environment, 1.9.0-ea-b85
OS: Linux

User Comments:
GUEST: ???

GUEST: installed jdk9

GUEST: installed jdk 9

GUEST: I changed the JDK home to newer JRE 1.9.

GUEST: ???

GUEST: start

GUEST: open

stiffuser: Opening IDE

GUEST: ?????




Stacktrace: 
java.lang.NoClassDefFoundError: com/sun/management/internal/GarbageCollectorExtImpl
   at sun.management.MemoryImpl.getMemoryManagers0(MemoryImpl.java:0)
   at sun.management.MemoryImpl.getMemoryManagers(MemoryImpl.java:98)
   at sun.management.ManagementFactoryHelper.getGarbageCollectorMXBeans(ManagementFactoryHelper.java:133)
   at java.lang.management.DefaultPlatformMBeanProvider$4.nameToMBeanMap(DefaultPlatformMBeanProvider.java:185)
   at sun.management.spi.PlatformMBeanProvider$PlatformComponent.getMBeans(PlatformMBeanProvider.java:195)
   at java.lang.management.ManagementFactory.lambda$getPlatformMXBeans$3(ManagementFactory.java:683)
Comment 1 stiffuser 2015-10-19 18:48:45 UTC
Created attachment 156812 [details]
stacktrace