Jump to content
Server Maintenance This Week. ×

Problem with RunShellScript of ScriptMaster


This topic is 4506 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

This topic is 4506 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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