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.
Hello,
Although I receive no errors when compiling for other languages including Java, when I try compiling for Scala I get the following error:
The script running the image is similar to the one posted here, but tweaked to only use the
protoc-allimage, like so:So in this case,
lang=scala.