Skip to content
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

Dynamically loading 32bits and 64bits J2V8 in Windows #134

Closed
kennygitchen opened this issue Feb 1, 2016 · 2 comments
Closed

Dynamically loading 32bits and 64bits J2V8 in Windows #134

kennygitchen opened this issue Feb 1, 2016 · 2 comments

Comments

@kennygitchen
Copy link

hi,
Is there a way to load 32bits or 64bits of J2V8 depending on the environment?

I would like to just include both 32bits and 64bits of J2V8 in one application build for deployment and let the, for example LibraryLoader.loadLibrary() to decide which versions of J2V8 to load.

cheers, Kenny

@bergi9
Copy link

bergi9 commented Apr 7, 2016

The LibraryLoader already decide which architecture to load. Just need to extract the .dll of other architecture and place them into one J2V8.jar. For me i have extract all .dll and .so files and put them into one .jar of J2V8, now i have "multiplattform support".
You can look the issue #86 too.

@irbull
Copy link
Member

irbull commented Jan 11, 2019

In order to help move this project forward, we will be reducing the scope and only supporting Android. Others are free to build/support other platforms, but I don't have the cycles. Please see #441 for more information.

@irbull irbull closed this as completed Jan 11, 2019
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

No branches or pull requests

3 participants