thuliobuarque / java2word

Automatically exported from code.google.com/p/java2word
0 stars 0 forks source link

java2word for java 1.4? #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 
first of all congratulations for java2word!
I need a version for java 1.4 do you have a release for it?
Thank you very much
Francesco

Original issue reported on code.google.com by francesc...@gmail.com on 21 Oct 2011 at 3:10

GoogleCodeExporter commented 8 years ago
thanks a lot Francesco for your feedback.

the code uses generics and covariant return types. They are only available on 
Java 5.

in the pom file, java 6 is defined as minimum version. however, the code is 
compatible with java 5 but you have to change the pom and compile your own jar 
file. 

cheers
Leonardo

Original comment by leonardo...@gmail.com on 22 Oct 2011 at 6:08

GoogleCodeExporter commented 8 years ago

Original comment by leonardo...@gmail.com on 2 Feb 2012 at 12:24