NSJavaBundleCleanup
NSJavaBundleSetup
NSJavaClassesForBundle
NSJavaClassesFromPath
NSJavaNeedsToLoadClasses
NSJavaNeedsVirtualMachine
NSJavaObjectNamedInPath
NSJavaProvidesClasses
NSJavaSetupVirtualMachine
Technology
id NSJavaSetup (
NSDictionary *plist
);
Part of the Java-to-Objective-C bridge. You normally shouldn’t use it yourself. Java-to-Objective-Cブリッジの一部です。あなたは通常はそれをあなた自身で使うべきではありません。
You can pass nil
for the plist
dictionary, in which case the Java virtual machine will not be loaded, so you should probably just use NSJavaSetupVirtualMachine instead. The plist
dictionary may contain the following key-value pairs.
あなたは、nil
をplist
辞書に対して渡すことができます、その場合にはJava virtual machineはロードされません、それであなたはおそらく単にNSJavaSetupVirtualMachineを代わりに使うべきです。plist
辞書は、以下のキー値ペアを含むかもしれません。
NSJava
—An NSString indicating the root of the location where the application’s classes are.
NSJava
—An NSArray of NSStrings, each string containing one component of a class path whose components will be prepended by NSJava
if they are not absolute locations.
NSJava
—An NSString indicating another segment of the class path so that the application developer can customize where the class loader should search for classes. When searching for classes, this path is searched after the application’s class path so that one cannot replace the classes used by the application.
NSJava
—An NSArray of NSStrings, each string containing one component of a path to search for dynamic shared libraries needed by Java wrappers.
NSJava
— あるNSArrayで、NSStringいくつかからなります、各文字列は、Javaラッパーによって必要とされる動的共有ライブラリを検索するためのあるパスの1つの構成要素を含んでいます。
NSJava
—An NSArray of NSStrings, each string containing the name of one class that the VM should load so that their associated frameworks will be loaded.
NSJavaBundleCleanup
NSJavaBundleSetup
NSJavaClassesForBundle
NSJavaClassesFromPath
NSJavaNeedsToLoadClasses
NSJavaNeedsVirtualMachine
NSJavaObjectNamedInPath
NSJavaProvidesClasses
NSJavaSetupVirtualMachine