I have a patch against a very old version of Thrift (summer 2008, I think) that makes the generator output Java 1.0 compatible code (I needed to run on J2ME devices at the time). There's also a slightly modified runtime. The binary protocol then is the same as it is now, so it should run against current Thrift servers.
I'm happy to send it to you if you like. You'll have to fiddle with the Transport part as what I was doing for J2ME probably won't work for you. Also, I never got around to supporting "set" types. Fred On Tue, Aug 10, 2010 at 2:29 AM, Ralf Kluthe <[email protected]> wrote: > Hello. > > We want to use thrift on an embedded device for communication > between C++ and java processes. But on the embedded device > only a java VM version 1.4 is available. In this version java generics > are not supported. > Is there any possibility to use Thrift with java 1.4? > > > > Thanks, > > Ralf > >
