View Single Post
  #5 (permalink)  
Old 07-29-2007, 09:13 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Java just isn't suited for this kind of problem. You can, as levent suggested, use JNI but you will find that in your case 90% of the code will be native and 10% will be Java. At that point it is easier to just use 100% native code.

One option you may want to look at is to create a Windows Explorer in Java. Then you can track what is going on in Java. I'm willing to bet that there is a Java File Explorer already out there if you Google for it.
Reply With Quote