how to add other than jar or zip files to any projects buildpath in eclipse?
I want to know how to add other than开发者_如何学Go jar or zip files to any projects buildpath in eclipse?
Select project --> Properties --> Java Build path --> In the "Source" tab , expand your project and double click "Included" and add the files of your own , say *.xxx files..
You can simply add them to an existing source folder or add a dedicated folder to the build path (Context Menu for the folder > Build Path > Use as Source Folder) containing the files.
You can also add single files the same way (Context Menu for the file > Build Path > Add to Build Path).
精彩评论