1 | The url field of the Script node may contain URL references to Java bytecode as illustrated below: |
2 | Script { |
3 | url "http://foo.co.jp/Example.class" |
4 | eventIn SFBool start |
5 | } |
6 | The file extension for Java bytecode is .class. |
7 | The MIME type for Java bytecode is defined as application/x-java. |