Fields[javaclass] returns a list of the Java declarations for all fields of the specified JavaClass. Fields["classname"] lists the fields for the named class. ...
InstallJava[] launches the Java runtime and prepares it to be used from Mathematica.
JavaClassPath[] returns the class search path in use by the Java runtime. This includes classes specified via the CLASSPATH environment variable (if any), directories and ...
JavaThrow["exception"] causes an exception of the specified class to be thrown in the Java thread that called the Mathematica program in which JavaThrow occurred. ...
LoadJavaClass[classname] loads the specified class into Java and sets up definitions so that it can be used from Mathematica.
Methods[javaclass] returns a list of the Java declarations for all methods of the specified JavaClass. Methods["classname"] lists the methods for the named class. ...
UninstallJava[] shuts down the Java runtime that was started by InstallJava.
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.
UninstallNET[] shuts down the .NET runtime that was started by InstallNET.