You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of protobuf and what language are you using?
Version: 3.6.1 (macOS, from Homebrew)
Language: Java
What operating system (Linux, Windows, ...) and version?
macOS Mojave 10.14
Question
I usually used the old version (3.5.1) support javanano compiler (--javanano_out=OUT_DIR), but when I change to a new computer and install the newest version (3.6.1) of protoc (using brew install protoc by Homebrew), javanano is not working any more.
When executing protoc --javanano_out=enum_style=java,ignore_services=true:. *.proto, error tip shows:
protoc-gen-javanano: program not found or is not executable
--javanano_out: protoc-gen-javanano: Plugin failed with status code 1.
The text was updated successfully, but these errors were encountered:
@dss886 We dropped support for Javanano in favor of Java lite. I am not that familiar with nano and lite but my understanding is that it's not too difficult to migrate. Let us know if you have trouble switching to Java lite.
What version of protobuf and what language are you using?
Version: 3.6.1 (macOS, from Homebrew)
Language: Java
What operating system (Linux, Windows, ...) and version?
macOS Mojave 10.14
Question
I usually used the old version (3.5.1) support javanano compiler (--javanano_out=OUT_DIR), but when I change to a new computer and install the newest version (3.6.1) of protoc (using
brew install protoc
by Homebrew), javanano is not working any more.When executing
protoc --javanano_out=enum_style=java,ignore_services=true:. *.proto
, error tip shows:The text was updated successfully, but these errors were encountered: