Details
-
Feature
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Feature
- YADE should consider an environment variable JAVA_OPTIONS. This environment variable can be used to specify any Java options or settings that are used with YADE data providers.
- Example
- Specify a Java property file for SMB/CIFS authentication with NTLMv2 or newer where <filename.prp> is the path to the Java property file:
- Windows: set JAVA_OPTIONS=-Djcifs.properties=<filename.prp>
- Unix: export JAVA_OPTIONS=-Djcifs.properties=<filename.prp>
- Specify a Java property file for SMB/CIFS authentication with NTLMv2 or newer where <filename.prp> is the path to the Java property file:
- This feature applies to the jade.cmd|.sh and jade4dmz.cmd|.sh start scripts.