DOCUMENTATION CENTER SEARCH
Java Interface
>
JLink
Symbol
J/Link User Guide
Calling Java from Mathematica in J/Link User Guide
Tutorials »
|
JavaNew
InstallJava
JavaClass
See Also »
|
Calling External Programs
Java Interface
Java Classes and Objects
More About »
LoadJavaClass
LoadJavaClass[
classname
]
loads the specified class into Java and sets up definitions so that it can be used from
Mathematica
.
MORE INFORMATION
To use
LoadJavaClass
, you first need to load
J/Link
using
Needs
["JLink`"]
.
You must specify the fully qualified class name, for example
"java.awt.Frame"
.
It is safe to call
LoadJavaClass
multiple times on the same class; it simply returns right away without doing anything.
The following options can be given:
StaticsVisible
False
whether static methods/fields are accessible by name or in a special context
AllowShortContext
True
whether static methods/fields can be accessed by name or by full context
UseTypeChecking
True
whether to suppress the type checking normally inserted in definitions for calls to Java
SEE ALSO
JavaNew
InstallJava
JavaClass
TUTORIALS
J/Link
User Guide
Calling Java from
Mathematica
in
J/Link
User Guide
MORE ABOUT
Calling External Programs
Java Interface
Java Classes and Objects
© 2008 Wolfram Research, Inc.