English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hi, i have written a code in java 5.0 and i need to make the code (not just the classes) compatible for 1.4 compiler (writing -target 1.4 or using retroweaver wont do).

are there any tool that do this kind of thing ??
thanks,
Jaimon :-)

2007-02-11 20:58:22 · 2 answers · asked by haim_arbiv 1 in Computers & Internet Programming & Design

2 answers

If you use Eclipse, you can reset the compiler options. This works better than just using "-target 1.4", because not only will the class files be backwards compatible, but Eclipse will show you error indicators for all lines of source code that are not compatible.

2007-02-13 19:40:21 · answer #1 · answered by vincentgl 5 · 0 0

http://developers.sun.com/downloads/

2007-02-11 21:10:35 · answer #2 · answered by Father Ted 5 · 0 0

fedest.com, questions and answers