Same as .jcall but with check = FALSE as default
| 1 2 3 | 
| obj | Java object ( | 
| returnSig | Return signature in JNI notation (e.g. "V" for void,
"[I" for  | 
| method | The name of the method to be called | 
| ... | Any parametes that will be passed to the Java method. The parameter
types are determined automatically and/or taken from the
 | 
| evalArray | This flag determines whether the array return value
is evaluated ( | 
| evalString | This flag determines whether string result is returned as characters or as Java object reference. | 
| check | If set to  | 
| interface | This option is experimental and specifies the interface used for calling the Java method; the current implementation supports two interfaces: 
 | 
| simplify | If  | 
| use.true.class | logical. If set to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.