PedroHLC / ViewLyricsOpenSearcher

Open searcher for lyrics files (".lrc" and ".txt") , stored in Crintsoft's MiniLyrics server ("ViewLyrics.com").
33 stars 6 forks source link

noob #4

Closed merichzte closed 9 years ago

merichzte commented 9 years ago

Sorry for being a such a noob but, how do I compile this? in Eclipse?

PedroHLC commented 9 years ago

For start, Import project, open Tester in Eclipse editor, press play. After that you can learn how to use this by analising the Tester.

PedroHLC commented 9 years ago

Read material: How to Import a Project How to run a Tester class

The right way of using this project would be creating your own project and using this one as a Library for it, you can easily do this in Eclipse putting ViewLyricsOpenSearcher as a dependency for your project. See 'Projects Tab'

An even more right way to do would be: Creating a JAR file And import it in your final project

merichzte commented 9 years ago

Yes thanks for help on the compile issue