(a)
jar $jar_filename

(b)
java::field $my_dialogue okButton

(c)
java::info fields $some_object

Example 2: (a) Interactively querying the interpreter for the contents of a .jar file; (b) the handle of a keyboard action; (c) the (public) signature of a Java method.

Back to Article