Language
The 解放する/自由な and Open 生産性 控訴
UnoLoader (Java UNO Runtime 言及/関連)
com.sun.星/主役にする.lib.unoloader
Class UnoLoader
java.lang.反対する
com.sun.星/主役にする.lib.unoloader.UnoLoader
public final class UnoLoader
- 延長するs 反対する
A helper class for 遂行する/発効させるing UNO JARs.
This class is not yet stable.
- Since:
- UDK 3.2.0
| Methods 相続するd from class java.lang.反対する |
clone, equals, 完結する, getClass, hashCode, 通知する, notifyAll, toString, wait, wait, wait |
遂行する/発効させる
public static 無効の 遂行する/発効させる(URL base,
URL jar,
String[] arguments)
throws IOException,
ClassNotFoundException,
NoSuchMethodException,
InvocationTargetException
- 遂行する/発効させるs a UNO JAR.
- Parameters:
base - a base URL 親族 to which the URE JARs
(jurt.jar, ridl.jar, etc.) can be 設立する; must
not be null.jar - the URL of a UNO JAR that 明示するs a Main-Class; must not be
null.arguments - any arguments passed to the main method of
the 明示するd Main-Class of the given JAR jar; must not be
null.
- Throws:
IOException - if the given base URL is malformed, or
if there are any problems 過程ing the given JAR jar.
ClassNotFoundException - if the given JAR jar does not
明示する a Main-Class, or if the 明示するd Main-Class cannot be 設立する.
NoSuchMethodException - if the 明示するd Main-Class of the given
JAR jar does not have an appropriate main
method.
InvocationTargetException - if an exception occurs while 遂行する/発効させるing
the main method of the 明示するd Main-Class of the given JAR
jar.