Mathematica's J/Link system provides a uniquely seamless interface to the Java environment. With J/Link you can immediately access Java classes and objects from within ...
GetJavaException[] returns the Java Exception object that was thrown in the most recent call from Mathematica to Java.
JavaClass[classname, n] represents a Java class with the specified name.
JavaLink[] returns the MathLink LinkObject that is used to communicate with the J/Link Java runtime.
LoadedJavaObjects[] returns a list of the Java objects that have been sent to Mathematica (and not yet released with ReleaseJavaObject).
Periodical[id] returns information about the periodical task corresponding to the specified integer id.
Periodicals[] returns a list of integer ID numbers corresponding to the set of operations that are periodically performed automatically when the kernel is not busy with ...
ReleaseJavaObject[javaobject] tells the Java memory-management system to forget about any references to the specified JavaObject that are being maintained solely for the sake ...
int MTensor_clone (MTensor f, MTensor *t) is a library callback function that puts a clone of f into *t.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...