error message with scala installation -


i install scala 2.8.1. used steps http://www.scala-lang.org/node/310 when write 'scala' in command prompt have following error 'java' not recognized internal or external command operable program or batch file

do know whats going wrong?

as error message pointing out, java missing. have install jre or jdk , make scala find it, example setting java_home jre/jdk.

have fun scala


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -