-
Notifications
You must be signed in to change notification settings - Fork 355
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
java.lang.UnsupportedOperationException: StartNodeJS Not Supported. #392
Comments
Please see #216 |
Thanks. I appreciate your response. Very disappointing. Frankly, I wonder (not just because of this response) whether this project is becoming dormant. Am I offbase? I need to have a reliable/stable JS engine for my Android Java app. I was hoping J2V8 was the one. Again, thanks for your response. |
We are reducing the scope of this project to better server JS on Android (see #441) and better set honest expectations. However, Node will not be supported (it never worked on Android), but V8 on Android with J2V8 has been pretty stable for our use cases. I'm closing this as out-of-scope. |
Hi Ian,
Thank you very much for your response.
What you say and plan on doing makes perfect sense.
Actually, this is good news for me, I think.
Now, I need to figure out how to run a JS driver (Bigchaindb) in my Android app
written in Java using J2V8.
Do you think I should be able to do this?
Thanks,
Alex Donnini
Ian Bull wrote:
… We are reducing the scope of this project to better server JS on Android (see
#441 <#441>) and better set honest
expectations. However, Node will not be supported (it never worked on Android),
but V8 on Android with J2V8 has been pretty stable for our use cases. I'm
closing this as out-of-scope.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#392 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AbhsoTExW-t65NBnEPblBRCizsyOYLxWks5vB9bQgaJpZM4TL1i0>.
|
I don't know what Bigchaindb is, but as long as you can get all your dependencies loaded, this should be possible. We've run some pretty big JS apps on J2V8 without problems. But if they rely on the Node.js APIs, this won't work (unless you can provide shims for them). |
Thanks Ian. I'll start working on this. I hope you won't mind if I ask questions
as I go along (via GitHub).
Thanks,
Alex
Ian Bull wrote:
… I don't know what Bigchaindb is, but as long as you can get all your
dependencies loaded, this should be possible. We've run some pretty big JS apps
on J2V8 without problems. But if they rely on the Node.js APIs, this won't work
(unless you can provide shims for them).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#392 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AbhsoeoEYub0uhStyZTa7f2qco7b3P5Iks5vB-nFgaJpZM4TL1i0>.
|
Hi,
When running node.js in my Android app via J2V8, I am getting the following error:
java.lang.UnsupportedOperationException: StartNodeJS Not Supported.
Would you be able to produce an updated aar with
with
-D NODE_COMPATIBLE=1
option?
Thanks,
Alex Donnini
The text was updated successfully, but these errors were encountered: