jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 49 forks source link

setup error #23

Closed cainesap closed 5 years ago

cainesap commented 7 years ago

Hello, When running ./setup to install, I encounter the following error from the ./compile command: scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found. Is this a bug, something I can work around, or very strange indeed (possibly a problem my end)? thanks, Andrew

Fije commented 5 years ago

@cainesap Probably not relevant to you anymore, but I resolved this issue by installing Java 8 and explicitly directing to this Java version by: export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home

(jdk1.8.0_192.jdk should be your Java 8 version)

cainesap commented 5 years ago

Awesome, thank you @Fije, this worked :)

espinasseb commented 5 years ago

Helleo, I would like use JAMR parser on Mac os X.