I really have a Windows / Java question. I have a connected device that I want to access through Java. You can usually access, for example. A USB stick through the drive letter ... but this tablet appears as a "portable device" by Windows ... which means that Path is something like "Computer \ Archos 5S" and there is no drive letter.
I want to access the file on this device through Java, but I cannot find the correct path to it. There is a similar question, but without a productive answer. Or is there any other way to access this device through Java?
Actually, I have not solved this problem ... I still cannot access such a device through java.
I'm currently trying to access ShellFolder windows in Java. Shell Shell: "Shell: {35786D3C-B075-49b9-88DD-029876E11C01}"
Is this possible with Java? I recently discovered the sun.awt class "ShellFolder" ... is this an interesting feature?
thanks for your help ripei
java windows device tablet
Ripei
source share