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 227716

Summary: NoClassDefFoundError: Could not initialize class org.mozilla.nb.javascript.VMBridge
Product: updatecenters Reporter: Exceptions Reporter <exceptions_reporter>
Component: PluginportalAssignee: deniss <deniss>
Status: NEW ---    
Severity: normal CC: pjiricka, sielakos
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199109
Attachments: stacktrace

Description Exceptions Reporter 2013-03-20 12:36:55 UTC
This issue was reported manually by sielakos.
It already has 5 duplicates 


Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
GUEST: can't type " in coffescript

GUEST: Trying to use double quotes




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.mozilla.nb.javascript.VMBridge
   at org.mozilla.nb.javascript.Context.getCurrentContext(Context.java:376)
   at org.mozilla.nb.javascript.ScriptRuntime.getMessage(ScriptRuntime.java:3525)
   at org.mozilla.nb.javascript.ScriptRuntime.getMessage0(ScriptRuntime.java:3486)
   at org.mozilla.nb.javascript.Parser.addError(Parser.java:259)
   at org.mozilla.nb.javascript.TokenStream.privateGetToken(TokenStream.java:566)
   at org.mozilla.nb.javascript.TokenStream.getToken(TokenStream.java:405)
Comment 1 Exceptions Reporter 2013-03-20 12:36:57 UTC
Created attachment 132838 [details]
stacktrace