The Wayback Machine - https://web.archive.org/web/20120129121447/http://reference.wolfram.com/mathematica/JLink/ref/LoadJavaClass.html
Java Interface >

LoadJavaClass

LoadJavaClass[classname]
loads the specified class into Java and sets up definitions so that it can be used from Mathematica.
  • 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:
StaticsVisibleFalsewhether static methods/fields are accessible by name or in a special context
AllowShortContextTruewhether static methods/fields can be accessed by name or by full context
UseTypeCheckingTruewhether to suppress the type checking normally inserted in definitions for calls to Java
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF