Reputation: 368
I downloaded a package (Jep Java 2.4.1 GPL) but it doesn't come with a jar file as described in the documentation. It's a zip file, and when extracted it has these folders:
How do I get this working in Eclipse for an Android project?
Upvotes: 0
Views: 155
Reputation: 126523
you can get the .jar
located inside the /bin
or /dist
folder.
The jep-2.4.1.jar
of the release Jep Java 2.4.1 GPL
is located in /dist
folder.
Upvotes: 1