How-To set up for Eclipse Buildship Java 17 builds

6 views
Skip to first unread message

Steve Freeman

unread,
Oct 17, 2023, 2:36:33 PM10/17/23
to DataStax Java Driver for Apache Cassandra User Mailing List
I'm getting errors from Eclipse that java.driver.core isn't stable and from gradle that java.driver.core cannot be found. The java-driver-core-4.17.0.jar is on the build's module classpath.

My module-info.java is (the last line cannot be found by either Eclipse or Gradle):

/**

*

*/

module sdm {

requires java.desktop;

requires java.sql;

requires java.sql.rowset;

requires java.driver.core;

// requires com.datastax.oss.driver.core;

}

Madhavan Sridharan

unread,
Oct 18, 2023, 9:25:13 AM10/18/23
to DataStax Java Driver for Apache Cassandra User Mailing List, Steve Freeman
Thank you Steve for the question, but there is not enough information to properly triage what's happening here. I have not done attempted to do this in the past. Could you provide a minimally reproducible project via github, the version of the IDE, screenshots of the errors, logs (if any) and the steps you performed to represent this situation to for the community engineers to further effectively triage this?

On a related note, I came across this SO post that may describe a similar situation to what you're facing here, https://stackoverflow.com/questions/6470802/what-to-do-about-eclipses-no-repository-found-containing-error-messages that maybe of help.

Reply all
Reply to author
Forward
0 new messages