Does PS3 allow manual installation of libraries?

I am trying to add some functionality to one of my libraries and then test it in Processing 3

So I add a function to the library in Processing and rebuild the library. It replaces the existing library in the sketchbook libraries folder, but when I try to use the new method, Processing 3 does not recognise it (method does not exist).

If I use the PDE to remove the existing library, then build in Eclipse PS3 does not find this new version (missing library).

If I use the PDE to remove the existing library, then add the jar file to the sketch PS3 claims that the library is incorrectly installed.

It appears that PS3 only recognises libraries installed via the PDE. Is that correct?

Sign In or Register to comment.