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

J2V8 - node.js update #407

Closed
BuffaloBorn opened this issue Jul 27, 2018 · 5 comments
Closed

J2V8 - node.js update #407

BuffaloBorn opened this issue Jul 27, 2018 · 5 comments

Comments

@BuffaloBorn
Copy link

BuffaloBorn commented Jul 27, 2018

I'm currently using j2v8 4.6.0 but the nodejs that is included is 4.6.85.1. Is there away for me to update the latest version of nodejs by replacing the libj2v8_linux_x86_64.so file?

I have limited access to the source code and will like to only update libj2v8_linux_x86_64.so.

@gosp
Copy link

gosp commented Aug 17, 2018

@BuffaloBorn the official release for linux is v4.8.0 (with nodejs 7.4.0)
You can download it and extract libj2v8_linux_x86_64.so from it:
http://central.maven.org/maven2/com/eclipsesource/j2v8/j2v8_linux_x86_64/4.8.0/

@gosp
Copy link

gosp commented Aug 17, 2018

@matiwinnetou
By the way, your personal build for linux which support nodejs v8.2.1 can't run in ubuntu.

Exception in thread "nodejs-worker" java.lang.UnsupportedOperationException: StartNodeJS Not Supported.
	at com.eclipsesource.v8.V8._startNodeJS(Native Method)
	at com.eclipsesource.v8.V8.createNodeRuntime(V8.java:1013)
	at com.eclipsesource.v8.NodeJS.createNodeJS(NodeJS.java:101)
	at com.eclipsesource.v8.NodeJS.createNodeJS(NodeJS.java:48)

@matiwinnetou
Copy link
Contributor

matiwinnetou commented Aug 17, 2018 via email

@rajeshpandry
Copy link

@ matiwinnetou . Is it possible to get node Version of v8.11.2 for windows 64 bit version?
Or instruct me how to compile the version on latest V8 VM.

@irbull
Copy link
Member

irbull commented Jan 11, 2019

I'm closing this as a duplicate of #334. There is lots of information there about updating to a newer version of V8.

@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

5 participants