| Package | Description |
|---|---|
| com.wolfram.jlink |
This is the main J/Link package, containing the classes and interfaces that programmers will use most.
|
| Modifier and Type | Method and Description |
|---|---|
JLinkClassLoader |
KernelLink.getClassLoader()
Gets the JLinkClassLoader that is used by this link to load classes via the
LoadJavaClass[] Mathematica function.
|
static JLinkClassLoader |
JLinkClassLoader.getInstance()
Retrieves the JLinkClassLoader instance being used by the currently-active link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KernelLink.setClassLoader(JLinkClassLoader loader)
Sets the JLinkClassLoader that is used by this link to load classes via the
LoadJavaClass[] Mathematica function.
|
J/Link is Copyright (c) 1999-2012, Wolfram Research, Inc. All rights reserved.