We are using -target 1.1 on javac, we need that to get it to run under 1.1.
It seems to be some issue with 1.3 where it cannot download the jar file properly, while 1.1 & 1.4 seem to work fine. We have tested with Sun 1.3 VM and had the same error with our unobfuscated one as well.
In short, I have no idea why 1.3 wiould fail when 1.1 & 1.4 seem to work fine
- Dom