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
I am able to create my project as a Maven Project in Eclipse. I copied the usr folder and the pom.xml over the existing ones. I was able to successfully update the project using Maven. The project runs as a Java Application. But I get this error:
Error: A JNI error has occurred, please check your installation and try again
In the pom.xml file, in the parent section, there is a line that says
<relativePath/> <!-- lookup parent from repository -->
What does that comment mean?
I think I need to take care of that in order to fix the error.
Am I correct?
The text was updated successfully, but these errors were encountered:
I am able to create my project as a Maven Project in Eclipse. I copied the usr folder and the pom.xml over the existing ones. I was able to successfully update the project using Maven. The project runs as a Java Application. But I get this error:
Error: A JNI error has occurred, please check your installation and try again
In the pom.xml file, in the parent section, there is a line that says
<relativePath/> <!-- lookup parent from repository -->
What does that comment mean?
I think I need to take care of that in order to fix the error.
Am I correct?
The text was updated successfully, but these errors were encountered: