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 270679 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.css.lib.ExtCss3Lexer
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.css.lib...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-18 14:13 UTC by dastanaron
Modified: 2017-05-18 14:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187229


Attachments
stacktrace (5.35 KB, text/plain)
2017-05-18 14:13 UTC, dastanaron
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dastanaron 2017-05-18 14:13:36 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 10

User Comments:
dastanaron: '?>' - no comment

dushevadnqka: Very slow performance and unexpected stop working.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.css.lib.ExtCss3Lexer
   at org.netbeans.modules.css.lib.nblexer.NbCss3Lexer.<init>(NbCss3Lexer.java:72)
   at org.netbeans.modules.css.lib.nblexer.CssLanguageHierarchy.createLexer(CssLanguageHierarchy.java:64)
   at org.netbeans.spi.lexer.LanguageHierarchy$Accessor.createLexer(LanguageHierarchy.java:378)
   at org.netbeans.lib.lexer.LexerInputOperation.<init>(LexerInputOperation.java:138)
   at org.netbeans.lib.lexer.TextLexerInputOperation.<init>(TextLexerInputOperation.java:76)
   at org.netbeans.lib.lexer.EmbeddedTokenList.createLexerInputOperation(EmbeddedTokenList.java:497)
Comment 1 dastanaron 2017-05-18 14:13:39 UTC
Created attachment 164349 [details]
stacktrace