leaningtech / cheerpj-meta

Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.
https://labs.leaningtech.com/cheerpj
434 stars 21 forks source link

Missing libarc.so #171

Closed superdinmc closed 1 year ago

superdinmc commented 1 year ago

e

alexp-sssup commented 1 year ago

Could you clarify what you mean? CheerpJ does not depend on libarc in any way

superdinmc commented 1 year ago

Basically my jar use libarc

Could you clarify what you mean? CheerpJ does not depend on libarc in any way

— Reply to this email directly, view it on GitHub https://github.com/leaningtech/cheerpj-meta/issues/171#issuecomment-1566701727, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEHDQJXVUOQQ2QXTILL6VLXIRHTTANCNFSM6AAAAAAYSLB3NU . You are receiving this because you authored the thread.Message ID: @.***>

alexp-sssup commented 1 year ago

CheerpJ is only intended to run application completely written in Java. There is no support for native x86 libraries.

In the future we might offer a C/C++ JNI re-implementation and allow users to recompile JNI modules directly to Wasm for use with CheerpJ, but this not currently a priority.