Skip to content

Issue #165: Fail to extract bundle file that's "libj2v8_macosx_x86_64.dylib" in jar file.#386

Open
syabru wants to merge 1 commit intoeclipsesource:masterfrom
syabru:master
Open

Issue #165: Fail to extract bundle file that's "libj2v8_macosx_x86_64.dylib" in jar file.#386
syabru wants to merge 1 commit intoeclipsesource:masterfrom
syabru:master

Conversation

@syabru
Copy link

@syabru syabru commented Feb 28, 2018

Fix short library name.

"libj2v8_macosx_x86_64.dylib" in jar file. Fix short library name.
String osSuffix = getOS();
String archSuffix = getArchSuffix();
return base + "_" + osSuffix + "_" + archSuffix;
return base + "-" + osSuffix + "-" + archSuffix;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is weird, I never had this problem

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We experienced this both on Linux and OS X. Library is embedded in JAR with dashes instead of lower dashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants