0

Both Kotlin and Gradle installed fine through the marketplace:

market

And I've right clicked the project "refresh dependencies" from the Gradle context menu:

project

what else can I do to get Eclipse to load this project? Despite the errors from Eclipse, it runs fine from the console:

thufir@dur:~/eclipse-workspace/baseX$ 
thufir@dur:~/eclipse-workspace/baseX$ gradle clean run

> Task :run
Oct. 06, 2019 7:58:19 P.M. org.basex.examples.local.LoadXML <init>
INFO: {databaseName=books, dataResource=books.xml}
Oct. 06, 2019 7:58:20 P.M. org.basex.examples.local.LoadXML createDrop
INFO: Name   Resources  Size  Input Path  
----------------------------------
books  0          4570              

1 database(s).


BUILD SUCCESSFUL in 1s
4 actionable tasks: 4 executed
thufir@dur:~/eclipse-workspace/baseX$ 
Thufir
  • 8,216
  • 28
  • 125
  • 273
  • Which errors? The question is tagged with Kotlin but the question does not even mention Kotlin. Please show a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). – howlger Oct 07 '19 at 06:48
  • kotlin in that it's using the kotlin DSL, it's reproducible by creating the project with gradle commands. Else, not sure what Eclipse needs as it would seem to have the necessary pieces (gradle and kotln). – Thufir Oct 07 '19 at 07:15

0 Answers0