Execute a method on a remote Java object
1 2 3 4 5 | invoke(jobj, method, ...)
invoke_static(sc, class, method, ...)
invoke_new(sc, class, ...)
|
jobj |
Java object to execute method on. |
method |
Name of method to execute. |
... |
Unused (future expansion) |
sc |
|
class |
Class to execute static method on. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.