I'm writing a desktop application that requires access to the Recycle Bin on Windows and Trash on OSX. For whatever reason it looks like Java doesn't natively support this. I'm wondering if someone is aware of any third party libraries that may support this so that I don't have to write the JNI functionality myself?
Thanks!