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 - NoClassDefFoundError: Could not initialize class org.mozilla.nb.javascript.VMBridge
Summary: NoClassDefFoundError: Could not initialize class org.mozilla.nb.javascript.VM...
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: deniss
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 12:36 UTC by Exceptions Reporter
Modified: 2013-07-17 14:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199109


Attachments
stacktrace (5.92 KB, text/plain)
2013-03-20 12:36 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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