Tagged Questions
The jsr233 tag has no wiki summary.
1
vote
1answer
184 views
Jython script implementing a class isn't initialized correctly from Java
I'm trying to do something similar to Question 4617364 but for Python - load a class from python script file, where said class implements a Java interface and hand it over to some Java code that can ...
0
votes
1answer
157 views
How to get from JRuby a correctly typed ruby implementation of a Java interface?
I'm trying to use JRuby (through the JSR233 interface included in JRuby 1.5) from a Java application to load a ruby implementation of a Java interface.
My sample implementation looks like this:
...