Wednesday, January 1, 2014

Do not reference jar files in your cloud disk

I store important jar files in my cloud disk. I reference those jar files in my java project. It always has problem by doing this.

It is better to store your jar files in your local disk and reference them in your java project.

No comments:

Post a Comment