Recorded as
https://github.com/apache/jena/issues/3001
with initial investigation.
Andy
On 09/02/2025 22:26, Михаил Комышев wrote:
Hi Andy,
Thanks for your reply!
On 2025/02/09 21:12, Andy Seaborne wrote:
How is the file com/example/MyModule.class getting onto the classpath?
The file is located at src/java/com/example/MyModule.class (relatively
to the current working dir) alongside the Java source file after
compiling it with javac, so it should be included in the classpath
through the src/java part of -cp.
Analogously, the META-INF is a subdirectory of resources/.
Cheers,
Mikhail