You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libs is where you would put JARs to add to your classpath, but that you don't want to add to your Library package. A good example of this is Processing's core.jar. This path is set in the build.properties file.
lib is where you would put JARs to add to your Library package. These are dependencies for your Library to work properly that aren't part of Processing. An example of this is if you were to write a Twitter client for Processing, you'd probably use Twitter4J and include the twitter4j.jar file in your lib folder.
Hi, I see the repo includes a lib folder, but the readme mentions creating a libs folder. Is it one, the other or both? Cheers!
The text was updated successfully, but these errors were encountered: