Closed GoogleCodeExporter closed 9 years ago
I'm seeing the same problem. Works for me under Linux, but not Windows. I've
attached a full hs_err log file.
Original comment by evan.mcl...@gmail.com
on 9 Jan 2012 at 12:10
Attachments:
Just to add some additional info, I've traced where the violation occurs.
When you call ScriptEngineManager.getEngineByName('jav8'), it goes down to line
17 of V8Context, where it tries to call the native function
V8Context.internalCreate() and that's where it crashes. Here's a stack dump:
V8Context.<init>() line: 17
V8ScriptEngine.<init>(V8ScriptEngineFactory) line: 28
V8ScriptEngineFactory.getScriptEngine() line: 213
ScriptEngineManager.getEngineByName(String) line: not available
Hope that helps.
Q. Is there any other DLLs we need available (such as special V8 DLLs) apart
from the one supplied by the jav8 jar itself?
Original comment by evan.mcl...@gmail.com
on 9 Jan 2012 at 12:28
I have the same problem on Windows 7 Build 7601 Service Pack 1.
Original comment by Rojazz1...@gmail.com
on 6 Feb 2012 at 4:04
[deleted comment]
Please try the latest SVN trunk code
Original comment by flier...@gmail.com
on 14 Jun 2013 at 7:40
I just pulled the latest pre-compiled jar: jav8-jsr223-win-amd64-0.6 and I'm
still getting the access violation exception. Is the file updated?
Original comment by shadow.w...@gmail.com
on 25 Sep 2013 at 4:38
Has there been any update on this? I'm actually getting the same error for both
Mac and Linux (using the provided downloads)
Original comment by sebw...@gmail.com
on 11 Mar 2014 at 10:15
Scratch that - was only occurring on Windows.
I have however found a workaround - by keeping all use of jav8 on ONE thread.
See attached example.
Original comment by sebw...@gmail.com
on 11 Mar 2014 at 11:57
Attachments:
Original issue reported on code.google.com by
davidk.b...@gmail.com
on 8 Dec 2011 at 3:21