| [#218] | project: distribution | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Stephane | Philippe | fixed | 2003-11-06 15:26:20.0 | |
| subject | Unrecognized scala option on Windows | |||
| code |
Unrecognized option: -Xbootclasspath\a;C:\usr\local\scala\lib\scala.jar Could not create the Java virtual machine |
|||
| what happened | Syntax error on the following line in file "bin/scala.bat":set COMMAND=java -Xbootclasspath\a;%SCALA_HOME%\lib\scala.jar |
|||
| what expected | Line in file "bin/scala.bat" should look like:
set COMMAND=java -Xbootclasspath/a:%SCALA_HOME%\lib\scala.jar |
|||
| [back to overview] | ||||
| Stephane edited on 2003-11-06 15:26:39.0 |
| Stephane edited on 2003-11-06 15:26:57.0 |
| Stephane edited on 2003-11-19 17:30:05.0 |
| added line in file Makefile.distrib |