cancel
Showing results for 
Search instead for 
Did you mean: 

Import org.nuxeo.client.api cannot be resolved

Nuxeo_Dev
Confirmed Champ
Confirmed Champ

Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import "org.nuxeo.client.api". it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any idea of this error?

Thank you, Amel.

4 REPLIES 4

Kevin_Leturc
Star Contributor
Star Contributor

Hi,

Indeed, it's a mistake in our documentation. I will update it.

There's no more api in package declaration, see https://doc.nuxeo.com/nxdoc/java-client/#operation-api , the correct package name for NuxeoClient is org.nuxeo.client.NuxeoClient.

Hi,

Hi,

Thank you for your reply.