通常會提供 *.jar的library方式讓開發者下載與加入專案,請遵照下列方式即可:
- Copy this .jar file.
- In Eclipse, create a new folder directly underneath the main application folder (where src and gen are). Name the folder "lib" without the " ".
- Right click this new folder, and paste the .jar file.
- The library is now part of your project, but you must add it to the build path before you reference it.
- Still in Eclipse, right click the .jar you added and select the "Build Path -- Add to Build Path" option.
- It will now show up under Referenced Libraries. You are all set!
沒有留言:
張貼留言
請留言~一起討論吧~