简体   繁体   中英

Error: org/glassfish/jersey/client/ClientAsyncExecutorFactory

After solving this error: NoClassDefFoundError: org/glassfish/jersey/process/internal/RequestExecutorFactory

I get now this error and I'm not sure what to do since the error just changed from an other error everything I found to this was not helpful for me

org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: org/glassfish/jersey/client/ClientAsyncExecutorFactory

add dependency to pom.xml

<dependency>
    <groupId>org.glassfish.jersey.core</groupId>
    <artifactId>jersey-client</artifactId>
    <version>2.23.1</version>
</dependency>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM