-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "linux-riscv64" entry to OSGI Bundle-NativeCode header in MANIFEST.MF #1623
Add "linux-riscv64" entry to OSGI Bundle-NativeCode header in MANIFEST.MF #1623
Conversation
Thanks for quick feedback. Okay, No problem, I will test it on my local env. But I am not sure how to replace original jar file from local jar under eclipse-equinox/p2. This will cost some time maybe. Thanks again. |
hmm, could you give me a code snapshot which how to test to verify the jar file works on riscv64? This is the easiest way to test it on my riscv64 machines I think... Sorry to bother you again. |
If you only want to test the file if it works on the target platform, you can run:
That will load |
Great, Thanks for code. This old jar from here
And if test the jar you attached:
It seems the missing entry about anyway, I think the PR will not break something. |
hmm, it seems I have to find a way how to enable eclipse-equinox/p2 will find the custom jar file given not sure what time JNA will release a new version. |
Wait - the change has a problem - the file path is wrong. |
bb2cc3f
to
eda2969
Compare
Updated: |
Thanks. Now it looks
And
we can see |
Thanks for the PR again. hmm, I know this is not the right place to ask such a question, but could you share the plan for the next release? I've been groping in the past three days, but it is not easy to replace the jar locally under eclipse. |
That is amazing news!!! Thank you very much again! BR, |
Closes: #1622