Hi Forum, long time no see.
I have an application that is using two .java files alongside my .pde ...
I am able to import the classes that I need from the processing core library,
but when I'm trying to import 3rd party libraries - for example, GSVideo - I am getting a package not found error...
Has anyone dealt with this?
I know a workaround is to add the JARs directly to the sketch - via drag n' drop or to the code directory, but Id like to know if there's a solution that involves finding the Libraries directory...
Thanks...
~ Jesse
1