I have an url, I am trying to open that url in web view of JavaFX but the content was not compatible with web view. It\'s only compatible to the chrome and firefox. So I wou
Runtime.getRuntime().exec(new String[]{"cmd", "/c","start chrome http://goo.gl/EsomR0"});
This worked for me.
-- Edit: Only worked on Windows