6.9.4 Coding, building and debugging Java programs

Code, build and debug the Java program on the basis of the created Java form file. Use Java development tools such as Eclipse etc for coding, building and debugging Java programs.

The following table describes specifications of the Java program interface.

Table 6-9 Java program interface specifications

Item no.InterfaceContents
1MethodAccess modifier is public and static method (static statement).
Cannot overload.
2ArgumentCan have more than 0 arguments.
It is input parameter of String type or Object type.
3Function valueSet function value of String type or NodeList type. Null cannot be returned.
4ExceptionIf an exception is thrown, data transformation process fails.

Note the following when creating a Java program: