[1] Goto Project Properties window.
[2] Right-click on 'Libraries' node and select 'Add Jar/Folder'. Select your lib and add.
[3] The new lib will be added under the Libraries node. Expand the new lib node to view it's class names: ex. javazoom.jl.converter.
[4] Now import your new library into the project. ex. javazoom.jl.converter.*; Now the project should compile.
No comments:
Post a Comment