A little scripting for Java problem...

Discussion in 'Plugin Development' started by nickguletskii, Apr 11, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    nickguletskii

    My plugin came to a state when I need to implement basic yet powerful scripting support. I used the javax.script package, javascript engine. Everything was fine until I had to reference a class from an external plugin in a static way. Adding to that, the function that I want to call has a type argument (something like void foo(T type)).

    The problem is: I NEED to do that in the script, otherwise there wouldn't be a reason to add scripting support in the first place.

    Thanks in advance.
     
Thread Status:
Not open for further replies.

Share This Page