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!

link|improve this question

36% accept rate
feedback

1 Answer

Check this out:

Reference

Someone else had a similar question it looks like; I don't know of any third party libraries right off the bat, but that link should help you out i think.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.