Skip to content

Windows scala.bat '""""' is not recognized as an internal or external command, operable program or batch file. #9213

@scabug

Description

@scabug

When running the scala.bat in cmd.exe it gives the following error:
{code}scala -version
'""""' is not recognized as an internal or external command,
operable program or batch file.{code}
The following change fixes it:
{code}diff scala.orig.bat scala.bat
104c104
< set _JAVACMD="%JAVACMD%"

set _JAVACMD=%JAVACMD%
{code}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions