xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
236 stars 78 forks source link

Is it can build on jdk x32 on windows? #69

Closed ghost closed 4 years ago

ghost commented 4 years ago

Is it can build on jdk x32 on windows?

sergei-ivanov commented 4 years ago

A short answer is "I have no idea!".

A longer answer is: you may need to try it yourself, if you have Windows and a 32-bit JDK, because I don't have either of them. In theory it should not be a problem, because Maven plugin is a standard Java (it does not care much whether it is 32-bit or 64-bit), and it executes protoc process that has versions for Windows available.