Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protoc 3.6.1 not support javanano any longer? #5288

Closed
dss886 opened this issue Oct 25, 2018 · 3 comments
Closed

protoc 3.6.1 not support javanano any longer? #5288

dss886 opened this issue Oct 25, 2018 · 3 comments

Comments

@dss886
Copy link

dss886 commented Oct 25, 2018

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.
@dss886
Copy link
Author

dss886 commented Oct 25, 2018

protoc 3.5.1 help info:
image

protoc 3.6.1 help info:
image

@acozzette
Copy link
Member

@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.

@dss886
Copy link
Author

dss886 commented Oct 26, 2018

@acozzette I will try Java Lite,Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants