Importing JAR (JAudioTagger) in Eclipse Android

北城以北 提交于 2019-12-31 03:39:17

问题


I'm working on a program which loads the song data of a mp3 file. Im trying to import JAudioTagger to help load the song information. The JAudioTagger is a .jar file. I went into the import window but was faced with many import options which I am not sure about. It looks like there are three options which would work; EJB JAR file, Java EE Utility Jar, or App Client JAR file. I'm not sure if any of these options are the correct ones.

Does anyone know about how to import the jar? I am using Eclipse Java EE IDE for Web Developers. Thanks in advance.

JAudioTagger Site


回答1:


  1. Right click on your project.
  2. Select Build Path.
  3. Select Add External Archives.
  4. Select the jar-file.
  5. You can now use the classes from your library.


来源:https://stackoverflow.com/questions/8554642/importing-jar-jaudiotagger-in-eclipse-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!