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.5.7.230503-5b2d77f31cef8c4bcaa15ef3ad392561e9e38aa6
Syntax
public virtual string ClassPath { get; }

Property Value

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