Jump to content

LIDLID

Newbies
  • Posts

    1
  • Joined

  • Last visited

LIDLID's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.