Questions tagged [scala-native]

32 questions
0
votes
1 answer

scala native running demo

After successful building scala native trying to run the demo using following command cd scala-native sbt demoNative/run which returns following error /home/rimashm/.scalanative/rtlib-0.1-SNAPSHOT/rt.cpp:1:10: fatal error: 'exception' file not…
Rimash Mohomed
  • 143
  • 1
  • 12
0
votes
2 answers

scala-native build failed in windwos with java.io.IOException: Cannot run program "which" error

When I build Scala native demo using sbt rtlib/publishLocal nscplugin/publishLocal it gives following error java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed…
Rimash Mohomed
  • 143
  • 1
  • 12
1 2
3