Author Topic: Java projects and Jars  (Read 1752 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Java projects and Jars
« on: August 16, 2018, 08:15:27 PM »
I've got a big java project that imports lots of jars.
The jars are managed by maven.

Even though I setup JavaOptions -> Classpath to include:
C:\Users\jporkka\.m2\repository\*.jar

Slick clearly doesn't import all of those jars as it is unable to find lots of the symbols.

If I add specific jars in this dialog, that seems to work.

Should this work?
How can I tell what JAR files Slick is using?

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Java projects and Jars
« Reply #1 on: August 16, 2018, 08:33:54 PM »
I get the same.  When I use the wildcard option, none of the jars in the repository show up in the generated classpath.  Only the ones I add individually.  I'll look into it.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Java projects and Jars
« Reply #2 on: August 20, 2018, 01:54:14 PM »
Fixed for the next beta so the wildcard class path entries show up.