Uses of Class
com.wolfram.jlink.JLinkClassLoader
-
Packages that use JLinkClassLoader Package Description com.wolfram.jlink This is the main J/Link package, containing the classes and interfaces that programmers will use most. -
-
Uses of JLinkClassLoader in com.wolfram.jlink
Methods in com.wolfram.jlink that return JLinkClassLoader Modifier and Type Method Description static JLinkClassLoader
JLinkClassLoader. createClassLoader()
This factory method is the proper way to create a JLinkClassLoader instance, rather than directly calling the constructor.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.Methods in com.wolfram.jlink with parameters of type JLinkClassLoader Modifier and Type Method Description void
KernelLink. setClassLoader(JLinkClassLoader loader)
Sets the JLinkClassLoader that is used by this link to load classes via the LoadJavaClass[] Mathematica function.
-