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