You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Vista + JDK 1.7: The JAR files (scalive-1.0.jar, scala-library-2.10.3.jar, scala-compiler-2.10.3.jar, scala-reflect-2.10.3.jar) are loaded and the REPL classpath is set (like on *nix), but there's still this error:
Welcome to Scala version 2.10.3 (Java HotSpot(TM) Client VM, Java 1.7.0_25).
Type in expressions to have them evaluated.
Type :help for more information.
scala>
Failed to initialize compiler: object scala.runtime in compiler mirror not found.
** Note that as of 2.8 scala does not assume use of the java classpath.
** For the old behavior pass -usejavacp to scala, or if using a Settings
** object programatically, settings.usejavacp.value = true.
The text was updated successfully, but these errors were encountered:
Scalive works as expected with a Scala app that already has scala-library-2.10.3.jar, scala-compiler-2.10.3.jar, scala-reflect-2.10.3.jar in its classpath (like https://github.com/ngocdaothanh/xitrum-new):
git clone https://github.com/ngocdaothanh/xitrum-new.git
cd xitrum-new
sbt\sbt xitrum-package
cd target\xitrum
script\runner quickstart.Boot <-- then connect Scalive to this process
Windows Vista + JDK 1.7: The JAR files (scalive-1.0.jar, scala-library-2.10.3.jar, scala-compiler-2.10.3.jar, scala-reflect-2.10.3.jar) are loaded and the REPL classpath is set (like on *nix), but there's still this error:
The text was updated successfully, but these errors were encountered: