Java - Desktop.getDesktop().browse(URI) is supported, but does not open document (a citrix problem?)
问题 (I am not sure if this is the correct place to ask this question. Please move to suitable site) I have a problem that is shown in below code. It does not work on machine (windows 2008) that has CITRIX Xen App 6-. There is no error, just that browser does not get launched. On my desktop (a windows7 box), it works. package trials; import java.awt.*; import java.io.File; import java.io.IOException; public class Launch { public static void main(String[] args) throws IOException { if (args.length