You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After selecting KIND2 in the AGREE settings, when I clicked "check if available", an error occurred stating "process hasn't exited".I would like to ask how to invoke kind2. What should I do to call the version of kind2 that I have compiled myself?
The text was updated successfully, but these errors were encountered:
The only configuration necessary is that the Kind2 executable be named "kind2" and be on the PATH.
The error you see is due to changes in the Java Process class which now requires that the calling thread wait for the completion of the process before checking for completion.
I expect that you probably already have it configured correctly.
After selecting KIND2 in the AGREE settings, when I clicked "check if available", an error occurred stating "process hasn't exited".I would like to ask how to invoke kind2. What should I do to call the version of kind2 that I have compiled myself?
The text was updated successfully, but these errors were encountered: