Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

is there a way to compile 1.5 source to 1.3 target??

807603Jan 21 2007 — edited Feb 12 2008
hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2008
Added on Jan 21 2007
11 comments
249 views