'Is it possible to open a link in chrome from a java coded application whose default browser id internet explorer
I have java/.jsp coded application for which default browser is internet explorer. This application home page has few links that opens in internet explorer, but those few links now need to be open in chrome. How can that be done?
Solution 1:[1]
This is because of default browser behavior. If this is web application, you can't control the default browser. If your application is desktop and then you can partially control by providing the installer which can change the default browser given that user has admin rights.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | jprism |
