|
JDIC API V2006 Release 0308 | |||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectorg.jdesktop.jdic.init.JdicManager
public class JdicManager
Initialization manager for JDIC to set the environment variables or initialize the set up for native libraries and executable files.
There are 3 modes of operation: WebStart, file system, and .jar file.
When using WebStart, please specify a .jar file(jdic-native.jar) with the native libraries for your platform to be loaded by WebStart in your JNPL. This class will find the unjared native libraries and executables, and use them directly.
If not in WebStart, the system will expect the native libraries to be located in directory at the root of the classpath or .jar containing this class.
方法摘要 | |
---|---|
java.lang.String |
getBinaryPath()
|
static JdicManager |
getManager()
Returns a singleton instance of JdicManager . |
void |
initShareNative()
Initializes the shared native file settings for all the JDIC components/ packages. |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public static JdicManager getManager()
JdicManager
.
public void initShareNative() throws JdicInitException
JdicInitException
- Generic initialization exceptionpublic java.lang.String getBinaryPath()
|
JDIC API V2006 Release 0308 | |||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.
Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.