Replies: 1 comment
-
This has been moved to ant-javacard, as it is used there and for backwards compatibility needs to retain java 8 support, whereas GPPro is targeting Java 11/17 https://github.com/martinpaljak/ant-javacard/tree/master/capfile |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/library/src/main/java/module-info.java refers to package "pro.javacard.capfile". Where does this come from? I think this is from the capfile project, but that one only defines package "pro.javacard".
When I change all references in GlobalPlatformPro from pro.javacard.capfile --> pro.javacard, it links correctly to capfile. But, I'd like to know how I can compile GPPro without having to alter the source code. AIUI there's no way to change imports in Java, so I think I'm missing something?
Beta Was this translation helpful? Give feedback.
All reactions