Subject:Cannot run Java built in validation. Error Message "System cannot find the file specified." Author:Joachim von Dadelsen Date:24 Aug 2015 02:04 PM
Trying to run custom validation engine Java built-in on an XML file
gives following error message:
Command line failed:
java.exe -jar "C:\PROGRA~2\STYLUS~1\bin\Custom Validation Engines\Java built-in\JavaBuiltinValidator.jar" "file:///o:/Markant/VPE/ExpBA24.xml"
Initial Directory:
(null)
Error Message: Das System kann die angegebene Datei nicht finden. (=System cannot find the file specified.
a) "file:///o:/Markant/VPE/ExpBA24.xml" exists. Other validation engines can validate the file.
b) JavaBuiltinValidator.jar exists in C:\Program Files (x86)\Stylus Studio X15 Release 2 XML Professional Suite\bin\Custom Validation Engines\Java built-in.
There is also a message in "About": Is is "Java Runtime Environment library not found".
What must be done to use java built-in validation?