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

Class not found: com.google.common.util.concurrent.ThreadFactoryBuilder #434

Open
natasha-jeppu opened this issue Feb 19, 2024 · 1 comment

Comments

@natasha-jeppu
Copy link

Hi,

I am running JPF on a concurrent implementation that uses ThreadFactoryBuilder. I get the following error while running:

gov.nasa.jpf.vm.NoUncaughtExceptionsProperty
java.lang.ClassNotFoundException: class not found: com.google.common.util.concurrent.ThreadFactoryBuilder

However, simply running main for this implementation works fine without any errors. Is this because the JPF vm does not recognise this class?

I am using openjdk version "1.8.0_292" and JavaPathfinder core system v8.0.

@cyrille-artho
Copy link
Member

Hi,
Without any details, it is difficult to see what goes wrong. Most likely, you have not configured your classpath correctly, so the library you're using is not found. What do you mean by "simply running main"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants