Could you tell me how to detect difference between (same) .class files?
I have a java class compilated with Maven2 on my local computer => works good! I jave the same java class compilated with Maven2 on Apache Continuum => doesn't work!
The two class file are the same when i decompilated them! Same size, same code and same byte come (javap -verbose) .... how to detect the difference between them ?
Thank you!