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 - NoClassDefFoundError: org/netbeans/modules/scala/sbt/project/SBTProjectOpenedHook
Summary: NoClassDefFoundError: org/netbeans/modules/scala/sbt/project/SBTProjectOpened...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-10 21:28 UTC by Alexander_Schell
Modified: 2016-12-06 21:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215080


Attachments
stacktrace (1.02 KB, text/plain)
2016-11-10 21:28 UTC, Alexander_Schell
Details
stacktrace (1.70 KB, text/plain)
2016-12-06 21:03 UTC, Alexandr Scherbatiy
Details

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