j_invoke_method | R Documentation |
Call a Java method and retrieve the return value through a JVM object reference.
j_invoke_method(sc, static, object, method, ...)
sc |
|
static |
Is this a static method call (including a constructor). If so
then the |
object |
Object instance or name of class (for |
method |
Name of method |
... |
Call parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.