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 JLinkClassLoaderJLinkClassLoader. createClassLoader()This factory method is the proper way to create a JLinkClassLoader instance, rather than directly calling the constructor.JLinkClassLoaderKernelLink. getClassLoader()Gets the JLinkClassLoader that is used by this link to load classes via the LoadJavaClass[] Mathematica function.static JLinkClassLoaderJLinkClassLoader. 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 voidKernelLink. setClassLoader(JLinkClassLoader loader)Sets the JLinkClassLoader that is used by this link to load classes via the LoadJavaClass[] Mathematica function.
-