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 262793 - ClassNotFoundException: org.jcodings.Encoding
Summary: ClassNotFoundException: org.jcodings.Encoding
Status: RESOLVED DUPLICATE of bug 256166
Alias: None
Product: web
Classification: Unclassified
Component: YAML (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-13 09:22 UTC by tetrode
Modified: 2016-07-13 09:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225206


Attachments
stacktrace (5.72 KB, text/plain)
2016-07-13 09:22 UTC, tetrode
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tetrode 2016-07-13 09:22:11 UTC
This issue was reported manually by tetrode.
It already has 2 duplicates 


Build: NetBeans IDE 8.1 (Build 20151231-debian-8.1)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14
OS: Linux

User Comments:
tetrode: Nothing special, just programming...

tetrode: opened a new project, netbeans was background scanning the projects




Stacktrace: 
java.lang.ClassNotFoundException: org.jcodings.Encoding
   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:0)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 tetrode 2016-07-13 09:22:14 UTC
Created attachment 160363 [details]
stacktrace
Comment 2 tetrode 2016-07-13 09:38:09 UTC
Solved by comments in 256166

*** This bug has been marked as a duplicate of bug 256166 ***