Uses of Class
com.wolfram.jlink.JLinkClassLoader

Packages that use JLinkClassLoader
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
 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
 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-2007, Wolfram Research, Inc. All rights reserved.