Questions tagged [retrotranslator]
2 questions
1
vote
1 answer
Working Rhino code with Java 1.7 and make Exeception with Java 1.8
My application use Rhino to mix javascript code and Java objects.
Every things work great with JVM 1.5, 1.6 and 1.7, but generate a bad ArrayIndexOutOfBoundsException when using JVM 1.8.0 at runtime:
import org.mozilla.javascript.Context;
import…

Nicolas Albert
- 2,586
- 1
- 16
- 16
0
votes
1 answer
Is retrotranslator-runtime dependency required?
I forked a project and retrotranslated it.
https://github.com/jinahya/json-cdc
When I use that library, in an application, and tried to proguard it I got a bunch of warnings saying...
[proguard] Warning: ...: can't find referenced class…

Jin Kwon
- 20,295
- 14
- 115
- 184