In one of my java swing application, I am dynamically open windows share folder. Now I want to open it using explorer. So can you guys please help me out to solve it.
In Windows (XP/Vista) the following code will work:
Runtime.getRuntime().exec("explorer /select, " + folder);