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 238326 - scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.
Summary: scala.reflect.internal.MissingRequirementError: object scala.runtime in compi...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 15:27 UTC by unai
Modified: 2013-11-14 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200579


Attachments
stacktrace (5.82 KB, text/plain)
2013-11-13 15:27 UTC, unai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unai 2013-11-13 15:27:42 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: I created a new Scala project

GUEST: adding scala plugin to new netbeans 7.3 install

system: linux x64
JKD 7.1U21
Scala 2.10.1 available (but not explicitly asked for)

unai: Exception while sending an error report.




Stacktrace: 
scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.
   at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.java:16)
   at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.java:17)
   at scala.reflect.internal.Mirrors$RootsBase$$anonfun$getModuleOrClass$3.apply(Mirrors.java:49)
   at scala.reflect.internal.Mirrors$RootsBase$$anonfun$getModuleOrClass$3.apply(Mirrors.java:49)
   at scala.reflect.internal.Symbols$Symbol.orElse(Symbols.java:2220)
   at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.java:48)
Comment 1 unai 2013-11-13 15:27:43 UTC
Created attachment 142145 [details]
stacktrace