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 202043 - ClassNotFoundException: scala.tools.nsc.symtab.Types$NullaryMethodType
Summary: ClassNotFoundException: scala.tools.nsc.symtab.Types$NullaryMethodType
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-12 22:12 UTC by Eduardo.m Costa
Modified: 2012-10-02 12:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178029


Attachments
stacktrace (3.60 KB, text/plain)
2011-09-12 22:12 UTC, Eduardo.m Costa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo.m Costa 2011-09-12 22:12:48 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: OpenJDK Client VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
GUEST: Installed Scala plugin for NB 7.0 and Scala 2.9.1 and it still not working (I'm trying since NB 6.8)

GUEST: created a scala projet




Stacktrace: 
java.lang.ClassNotFoundException: scala.tools.nsc.symtab.Types$NullaryMethodType
   at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
   at scala.tools.selectivecps.SelectiveCPSPlugin.<init>(SelectiveCPSPlugin.java:23)
Comment 1 Eduardo.m Costa 2011-09-12 22:12:53 UTC
Created attachment 110678 [details]
stacktrace