You should check if you need to specify additional program jars.
[2014-05-03 01:52:11 - ruisi] Unexpected error while performing partial evaluation:
[2014-05-03 01:52:11 - ruisi] Class = [org/jdesktop/application/ApplicationAction]
[2014-05-03 01:52:11 - ruisi] Method = [getActionArgument(Ljava/lang/Class;Ljava/lang/String;Ljava/awt/event/ActionEvent;)Ljava/lang/Object;]
[2014-05-03 01:52:11 - ruisi] Exception = [java.lang.IllegalArgumentException] (Can't find any super classes of [org/jdesktop/application/ApplicationActionMap] (not even immediate super class [javax/swing/ActionMap]))
[2014-05-03 01:52:11 - ruisi] java.lang.IllegalArgumentException: Can't find any super classes of [org/jdesktop/application/ApplicationActionMap] (not even immediate super class [javax/swing/ActionMap])
Hi,
It seems you are using the isoviewer as dependency. You should not do that. Please use the isoparser jar from the maven repository (you don’t need to use Maven – you can simply download it by hand from the maven repository).
The isoviewer works with lots of reflection, you cannot obfuscate it. Please try to exclude all isoparser classes that implement the Box interface from obfuscation.
Grüße,
Sebastian
--
You received this message because you are subscribed to the Google Groups "mp4parser-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It requires aspectJ as the exception clearly states: java.lang.NoClassDefFoundError: org.aspectj.runtime.reflect.Factory
So please add it to your classpath.
--
To unsubscribe from this group and stop receiving emails from it, send an email to mp4parser-discussion+unsub...@googlegroups.com.