| FopRendererFactoryJavaHome Property |
Root directory for Java; the java.exe file is expected in a bin directory below this one.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string JavaHome { get; }Public ReadOnly Property JavaHome As String
Get
public:
property String^ JavaHome {
String^ get ();
}member JavaHome : string with get
Property Value
Type:
String
The Java home. Default : The JAVA_HOME environment variable.
See Also