-
Notifications
You must be signed in to change notification settings - Fork 42
Correct shading #35
base: master
Are you sure you want to change the base?
Correct shading #35
Conversation
Looks super good when i look at the file exactly what I expected |
But
|
So it does not find some native method or probably none of them |
Ok no further ideas on this |
Shading JNA isn't as easy as classpath relocation, I'd have to pack the entire thing into discord-rpc. All that native stuff is sitting in another path of the JNA jar. |
Hmm ok I dont know much about jna |
Can you tell me what exactly you mean? The is of cause the native code of jna which is in the .so files, which i shifted as well. And now the java code and the so files are in a new folder so are still in the same spot relative to each other. So what would I need to move... |
Asked in jna forum https://groups.google.com/forum/#!topic/jna-users/CzkwEBXRzRE |
Hi everyone could be cool if you corrected the shading of jna library and made a new release ;)
I need that for my app because your version of jna is incompatible with mine...
Fixes #34