Leif Mortenson <[EMAIL PROTECTED]> writes: > Maybe a better option is to require that the jar be built on 1.4 > or above, but let it work on 1.3. I can do a class existence check > on startup and then have two copies of the image generation based on > a static flag. Breaking those two implementations into difference > classes would make it cleaner. I have done something similar with > the Java Service Wrapper. It requires 1.3 or above to build, but > runs with java 1.2 without some features.
That would be better than requiring 1.4 so here's my +1 to that solution. -- jaaron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
