ho trovato questo codice:
String temp="percorso assoltuo";
Runtime.getRuntime().exec("rundll32 SHELL32.DLL,ShellExec_RunDLL \""+temp+"\"");
e' ottimo in locale, ma non funziona se il file server risiede fisicamente sul server.
ho trovato questo codice:
String temp="percorso assoltuo";
Runtime.getRuntime().exec("rundll32 SHELL32.DLL,ShellExec_RunDLL \""+temp+"\"");
e' ottimo in locale, ma non funziona se il file server risiede fisicamente sul server.