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 262561 - ClassNotFoundException: org.netbeans.modules.terminal.api.TerminalContainer
Summary: ClassNotFoundException: org.netbeans.modules.terminal.api.TerminalContainer
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
: 262597 262609 262820 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-06-24 07:21 UTC by knives214
Modified: 2016-07-19 13:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224818


Attachments
stacktrace (4.59 KB, text/plain)
2016-06-24 07:21 UTC, knives214
Details

Note You need to log in before you can comment on or make changes to this bug.
Description knives214 2016-06-24 07:21:44 UTC
Build: NetBeans IDE Dev (Build 201606230002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
knives214: can not open the terminal




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.terminal.api.TerminalContainer
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 knives214 2016-06-24 07:21:46 UTC
Created attachment 160154 [details]
stacktrace
Comment 2 ilia 2016-07-15 10:34:23 UTC
*** Bug 262597 has been marked as a duplicate of this bug. ***
Comment 3 ilia 2016-07-15 10:34:30 UTC
*** Bug 262609 has been marked as a duplicate of this bug. ***
Comment 4 ilia 2016-07-15 10:34:35 UTC
*** Bug 262820 has been marked as a duplicate of this bug. ***
Comment 5 ilia 2016-07-19 13:43:02 UTC
The bug was caused by incorrect API changes in dlight.terminal and partial update to the Dev version of NetBeans.

Please, update to a latest version of NetBeans.