|
Installable Functions in Java
J/Link makes all those steps go away. As we have seen all throughout Part 1 of this manual, you can literally call any method in any class, without any preparation.
It is only in cases where the default behavior of calling a method and receiving its result is not enough that you need to write specialty Java code. The rest of this section will examine some of the special techniques that can be used.
|