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 268934

Summary: NoClassDefFoundError: org/netbeans/modules/scala/sbt/project/SBTProjectOpenedHook
Product: projects Reporter: Alexander_Schell
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: n.mirzadeh, sunflower
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215080
Attachments: stacktrace
stacktrace

Description Alexander_Schell 2016-11-10 21:28:45 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
GUEST: create sbt project

n.mirzadeh: Error raised during importing a Scala project

GUEST: create sbt project

Alexander_Schell: Tried to open a Scala project...

GUEST: create scala sbt-projct

GUEST: create sbt project




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/scala/sbt/project/SBTProjectOpenedHook
   at org.netbeans.modules.scala.sbt.project.SBTProject.lookup$lzycompute(SBTProject.java:32)
   at org.netbeans.modules.scala.sbt.project.SBTProject.lookup(SBTProject.java:25)
   at org.netbeans.modules.scala.sbt.project.SBTProject.getLookup(SBTProject.java:40)
   at org.netbeans.modules.projectapi.nb.NbProjectInformationProvider.getProjectInformation(NbProjectInformationProvider.java:75)
   at org.netbeans.api.project.ProjectUtils.getInformation(ProjectUtils.java:96)
   at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:820)
Comment 1 Alexander_Schell 2016-11-10 21:28:48 UTC
Created attachment 162870 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2016-12-06 21:03:09 UTC
Created attachment 163171 [details]
stacktrace

Create Scala project