-
Caused by: java.lang.UnsatisfiedLinkError: /tmp/javet/1/libjavet-v8-linux-x86_64.v.4.0.0.so: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/javet/1/libjavet-v8-linux-x86_64.v.4.0.0.so) com.caoccao.javet.exceptions.JavetException: Javet library is not loaded because null I've tried all the linux x86 maven dependencies and I still keep getting this error. Any Suggestions? (This is on an Alipine linux dist., but i would have assumed I would have gotten the OS not supported error code if that was the problem?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
May I know if you were running that in a docker image? The error message indicates You may try to run the docker image of my other project JavetShell to get some ideas. |
Beta Was this translation helpful? Give feedback.
Please use other base images instead. The image you use seems not to be designed to host native libraries like Javet.