Am Dienstag, den 09.10.2007, 11:35 +0200 schrieb Peter Kriens: > I want to move bnd to Java 5. Not only do I wan to take advantage of > the generics, I also really like the for loop but most of all the use > of printf feels so comfortable. I do not see a reason why our > development tools should stick to 1.4?
Neither do I. I agree with all the other entries to this thread. One single problem remains, when having to compile for older platforms: Even though the class file comes out as compatible, the class may refer to classes/methods not available on the older platform. But this is for this other thread discussing about the possibilities to compile using one of the OSGi provided packages instead of the default rt.jar. Regards Felix
