Aha. Thank you once again Eric! For future readers, I ran jdeps my.jar, and then added these additional libraries: -libraryjars <java.home>/jmods/java.desktop.jmod(!.jar;!module-info.class) -libraryjars <java.home>/jmods/java.datatransfer.jmod(!.jar;!module-info.class)
Hi Eric. Thanks so very much for your work on delivering the beta update for Proguard 6 !! Your note indicated that it was OK to contact you with issues, so thanks for that, also. :) When using Proguard (6 beta 2) it seems to complete OK, but when I try to run the resulting Jar, the (Swing) application dumps a stack trace that has the same exception (below) every time at "about" line 540 in the same class. I write "about", as after I comment out or delete the indicated line of code (and sometimes...
Hi Eric. Thanks so very much for your work on delivering the beta update for Proguard 6 !! Your note indicated that it was OK to contact you with issues, so thanks for that, also. :) When using Proguard (6 beta 2) it seems to complete OK, but when I try to run the resulting Jar, the (Swing) application dumps a stack trace that has the same exception (below) every time at "about" line 540 in the same class. I write "about", as after I comment out or delete the indicated line of code (and sometimes...