protocol buffers - version of java generated by the compiler protoc -
i using 2.4.1 version of protocol buffers. when generate java files .proto files. there generics used in java files not allowed in jdk1.4. want generate java files compatible jdk1.4.
which version of protocol buffers should use ? how know version of java generated protoc ?
thanks !
i not have direct experience of using protocol buffers java 1.4; based on answer protocol buffers java 1.4 question, none.
some of indpendent (java-me) versions i.e. http://code.google.com/p/protobuf-javame/ may support java 1.4. have @ java me versions in third party add-ons.
note: javame listed in question
Comments
Post a Comment