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

Summary: ClassNotFoundException: scala.tools.nsc.symtab.Types$NullaryMethodType
Product: contrib Reporter: Eduardo.m Costa <_m4c0_>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal CC: sheff
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178029
Attachments: stacktrace

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