A full list of Java classes whitelisted for use in global scripting (Tokyo)
This line I think has a typo:
var helloWorldBytes = javaString.toBytes();
should be:
var helloWorldBytes = javaString.getBytes();
Whoops, nice catch! Fixed now. I must have somehow botched that one in editing
This line I think has a typo:
var helloWorldBytes = javaString.toBytes();
should be:
var helloWorldBytes = javaString.getBytes();
Whoops, nice catch! Fixed now. I must have somehow botched that one in editing