java.lang.illegalargumentexception comparison method violates its general contract, flex.
This is a bug of the flex sdk mxmlc compiler running with JVM 1.6 or 1.7
Solution:
Adding the following argument to your eclipse.ini should resolve this issue:
-Djava.util.Arrays.useLegacyMergeSort=true
This is a bug of the flex sdk mxmlc compiler running with JVM 1.6 or 1.7
Solution:
Adding the following argument to your eclipse.ini should resolve this issue:
-Djava.util.Arrays.useLegacyMergeSort=true
2 comments:
Thanks that saved me a lot of time!
Sir, you saved a computer's life today! :D
Post a Comment