Re: [protobuf] Installing proto3 for java: package com.google.protobuf.DescriptorProtos does not exist

2016-01-12 Thread 'Feng Xiao' via Protocol Buffers
Hi Joris, If you want to use protobuf Java, you don't need to build it by yourself. Instead just simply declare a dependency on the protobuf java artifact in your pom file or gradle file. See: http://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/3.0.0-beta-2 If for some reason you

[protobuf] Installing proto3 for java: package com.google.protobuf.DescriptorProtos does not exist

2016-01-12 Thread Joris Peeters
I have installed proto3 from yesterday's master and it all seems to work fine. Also managed to get it to work with python without too much trouble. I am running on Windows. I am now following the instructions in protobuf/java, though, and am running into the following error: C:\coding\pro

[protobuf] Installing proto3 for java: package com.google.protobuf.DescriptorProtos does not exist

2016-01-12 Thread Joris Peeters
I have installed proto3 from yesterday's master and it all seems to work fine. Also managed to get it to work with python without too much trouble. I am running on Windows. I am now following the instructions in protobuf/java, though, and am running into the following error: C:\coding\pro