How to get a java applet to make a desktop ico/shortcut
-
I want to make an applet to make a desktop short cut to a website. I was thinking have java execute a batch file that does the actual creation. I have no idea how to call the batch file. Any guidance would be appreciated!
-
I want to make an applet to make a desktop short cut to a website. I was thinking have java execute a batch file that does the actual creation. I have no idea how to call the batch file. Any guidance would be appreciated!
-
I don't think you are allowed to do this from within an applet as it would breach the security rules for web browsers.
The best things in life are not things.
You can override that using a signed applet, so I think that is ok but I need to figure out how to execute the code
-
You can override that using a signed applet, so I think that is ok but I need to figure out how to execute the code
-
I want to make an applet to make a desktop short cut to a website. I was thinking have java execute a batch file that does the actual creation. I have no idea how to call the batch file. Any guidance would be appreciated!