Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to call Kind2 in AGREE? #141

Open
zhenli798 opened this issue Oct 12, 2024 · 2 comments
Open

How to call Kind2 in AGREE? #141

zhenli798 opened this issue Oct 12, 2024 · 2 comments
Labels
AGREE bug Something isn't working

Comments

@zhenli798
Copy link

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?

@kfhoech
Copy link
Contributor

kfhoech commented Oct 15, 2024

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.

@kfhoech kfhoech added AGREE bug Something isn't working labels Oct 15, 2024
@kfhoech
Copy link
Contributor

kfhoech commented Oct 15, 2024

I'm leaving this Issue open to remind us to fix the availability check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AGREE bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants