I have a problem with the use of RunShellScript with a plugin that I created. On the Mac, it works correctly. With Windows 7, it does not work with RunShellScript, while the same command slipped into the test field of the file ScriptMaster.fp7 works. (But the script uses EvaluateGroovy and not RunShellScript).
Here is my script:
Set Variable [$cmd = "latex.exe -output-directory=" & $DirectoryPath & " " & $FileTexPath]
Set Variable [$result = RunShellScript ($cmd, "true", 30)]
($DirectoryPath and $FileTexPath are quoted path)
I get the following error message:
java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.Thread do not match. Expected 10 but got 8
Does anyone have an explanation ?
J-L Lienhard