PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
172 stars 43 forks source link

Eclipse installation #67

Closed B3tah3 closed 4 years ago

B3tah3 commented 5 years ago

Hi there! I'm trying to integrate this tool into my eclipse workspace but i cant find any guide and cant figure it out myself. I've copied all the files into a new Kotlin project and created a new Java class to run the test code provided in the readme. However, when i try to execute it, it return the Error: Exception in thread "main" java.lang.NoClassDefFoundError: me/sargunvohra/lib/pokekotlin/client/PokeApi any idea what to do?

sargunv commented 4 years ago

I can't help you with specific IDEs. Use a build system like Gradle or Maven, and add the project's jitpack coordinates to your dependencies block there.

https://docs.gradle.org/current/userguide/eclipse_plugin.html