Click or drag to resize

SetupJVMWrapperClassPath Property

The starting JVM class path. Further path can be added later.

Namespace:  MASES.JCOBridge.C2JBridge
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
Syntax
public virtual string ClassPath { get; }

Property Value

Type: String
Remarks
It is not the same classpath switch available in CLI. No wildcards expansion is made at this level. Use ClassPathBuilder in this case.
See Also