masesgroup / JCOReflector

A set of Java classes to use .NET from any JVM enabled language (Java, Kotlin, Scala and others)

Home Page:https://jcoreflector.masesgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JCOReflector.jar shall embed JCOBridge binaries

mariomastrodicasa opened this issue · comments

Is your feature request related to a problem? Please describe.
The full packages are a set of zip files containing both .NET assemblies reflected in JAR and JCOBridge related runtime libraries. JCOBridge runtime libraries can be compacted and stored, as resource, within JCOReflector.jar to have a self-contained Jar set.

Describe the solution you'd like
For each supported platform (.NET Framework, .NET Core, .NET 5) the relative JCOReflector.jar shall contain the binaries of JCOBridge. JCOReflector automatically manages JCOBridge binaries.

Describe alternatives you've considered
N/A

Additional context
#22 depends upon this enhancement because sbt copies unmanaged jars within target folders and JCOBridge.jar expect native libraries are in the same folder.