JAVA - Eclipse 引用外部檔案
以前都用Intellij IDEA做事,
突然沒有工具,只能用Eclipse,
卻發現不太會引用jar
後來查網路使用以下方式
http://stackoverflow.com/questions/13166350/using-fileutils-in-eclipse
Open the project's properties---> Java Build Path ---> Libraries tab ---> Add External Jars
就可以使用了。