I'm trying to use the last.fm api in eclipse for a school project, but I'm not quite sure how to go about doing that. I'm using java to write my code and javafx to create my project. Any information help.
Asked
Active
Viewed 324 times
1 Answers
-1
You should download its api from this site. Under download colum, there is a jar, click on it. The Jar will be downloaded to your local computer.
and then, follow this answer to import your jar file to your project.

Community
- 1
- 1

Ad Infinitum
- 3,560
- 27
- 33
-
Yes. Do you mind me asking how I can implement that api into a search engine in my java eclipse? – snapkin Mar 21 '17 at 04:52
-
@snapkin If this answer solved your problem, please kindly accept upvote it and accept it. It helps also future users, who have similar problems. – Ad Infinitum Mar 21 '17 at 08:29
-
You can ask your new question with a new post and give me please URL here. – Ad Infinitum Mar 21 '17 at 08:30
-
http://stackoverflow.com/questions/42943143/how-do-i-implement-last-fm-api-as-a-search-engine-in-java-eclipse Thanks! @AdInfinitum – snapkin Mar 22 '17 at 05:05