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

cant run nodejs "StartNodeJS Not Supported" #524

Open
SkyAlexV opened this issue Sep 10, 2020 · 1 comment
Open

cant run nodejs "StartNodeJS Not Supported" #524

SkyAlexV opened this issue Sep 10, 2020 · 1 comment

Comments

@SkyAlexV
Copy link

SkyAlexV commented Sep 10, 2020

Hello.

I can not start node with version 6.2.0.

Operation system Ubuntu 20.04

Upon attempt:
NodeJS nodeJS = NodeJS.createNodeJS();

I get:

Exception in thread "main" java.lang.UnsupportedOperationException: StartNodeJS Not Supported.
	at com.eclipsesource.v8.V8._startNodeJS(Native Method)
	at com.eclipsesource.v8.V8.createNodeRuntime(V8.java:1017)
	at com.eclipsesource.v8.NodeJS.createNodeJS(NodeJS.java:101)
	at com.eclipsesource.v8.NodeJS.createNodeJS(NodeJS.java:48)
	at com.myc.builder.TestJ2v8.main(TestJ2v8.java:18)

Build:
using instruction from https://github.com/eclipsesource/J2V8/blob/master/BUILDING.md

git clone [email protected]:eclipsesource/J2V8.git
cd ./J2V8
# update nodejs version in ./build_system/build_settings.py to 8.2.1
python2 nodejs.py git clone
python2 build.py --target linux --arch x64 --node-enabled --docker all

Thanks in advance.

@SkyAlexV SkyAlexV changed the title cant run nodejs cant run nodejs "StartNodeJS Not Supported" Sep 10, 2020
@ahmadov
Copy link
Contributor

ahmadov commented Sep 15, 2020

Hi,

Please take a look at #469 and #477. We removed support for NodeJs.

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

2 participants