Reputation: 12299
I installed the Google Prototype Buffers plug-in. I got the output path wrong. How do I change it? I can find no way to get the configuration window back.
Upvotes: 0
Views: 608
Reputation: 366
If you are using the command line to compile .proto files, you could specify "--java_out=desired/path". So the final command may look like : 'protoc --proto_path=src --java_out=build/gen src/foo.protobuf'
Upvotes: 1