Google Code Exporter
Google Code Exporter
``` Bob's fix works perfectly! Thanks! ``` Original comment by `[email protected]` on 17 Oct 2013 at 9:50
Original comment by `[email protected]` on 6 May 2007 at 2:12 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**
``` I suggest that dropping support for 1.4 is a mistake. There are still a lot of systes out there that have not yet migrated from 1.4 to 1.5 For...
``` How about agreeing that the jar should work under 1.4, but that the build requires 1.5 . That way, I can use generic types which would make the code...
``` Looking a little more, I don't think I can use 1.5 source to generate a 1.4 target, though I don't understand why. I will look into this more later....
``` I looked into it, and while Sun doesn't support compiling from 1.5 source into 1.4 bytecode, there are converters that will convert 1.5 bytecode into 1.4 bytecode: http://retroweaver.sourceforge.net/ http://retrotranslator.sourceforge.net/...
``` I think this is acceptable. The set of people who have not upgraded to Java 1.5 or greater, are likely mostly the same set of people who wont want...
``` Hello, I agree that there should be upgrades in the programming build environment to help make development easier. I think that things like upgrading the asm tool and cleaning...
``` i vote for dropping pre-1.5 support as well ``` Original comment by `[email protected]` on 20 Aug 2008 at 5:39
``` We use this in some embedded environments where java 1.5 is not available. We can keep using current beanshell, but it would be nce to benefit from beanshell2 fixes...