is there a way to compile 1.5 source to 1.3 target??
807603Jan 21 2007 — edited Feb 12 2008hello everybody, thanks for reading this.
i created some time ago a framework which uses generics and
is thus 1.5 source. I would like to use this framework for mobile phones as well, thus with J2ME. However, they just support java 1.3.
I could of course remove the generics from all source files or do some other very worksome stuff, but I rather would not like to.
Is there either a way to convert the source files from java 1.5 to java 1.3, or to compile java 1.5 code to 1.3??
I would appreciate any kind of support anybody can give me.
Christian