Pack200 problems when server is Java6 and clients still Java5
I suddenly get errors like this:
"Corrupted pack file: magic/ver = CAFED00D/160.1 should be CAFED00D/150.7"
And only on certain jar files, not all, mostly on special resource jar files, But i dont know that (what they are) because it is a plugin structure where jnlp are generated for an then the jars files are asked for which are then on the fly packed if they wheren't packed already.
But if the server is java 6 and a client (that i can't control) is still java 5 then i get that error. How can i force the packer that it needs to make java5 compatible packs? Currently it is just not usable!
Is only the real solution to completely turn of the pack feature?

