-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
Description
Hello,
Although I receive no errors when compiling for other languages including Java, when I try compiling for Scala I get the following error:
Error: No bin/java and no environment variable JAVA_HOME
--scala_out: protoc-gen-scala: Plugin failed with status code 1.
The script running the image is similar to the one posted here, but tweaked to only use the protoc-all image, like so:
docker run -v `pwd`:/defs namely/protoc-all -d . -l $lang
So in this case, lang=scala.
a3lk4i