About 10,900,000 results
Open links in new tab
  1. Is there a modern way to run java applications in browser?

    10 Is there a modern way to run java application on the web? As far as I know, java applets and java web start both are deprecated. I have an android app, written in java, which I want to run …

  2. How to open URL in default webbrowser using Java

    Mar 7, 2011 · Can someone point me in the right direction on how to open the default web browser and set the page to "www.example.com" thanks

  3. How do I enable Java in Microsoft Edge web browser?

    Aug 4, 2015 · My corporate web application is using Java applet to access users file system. There is no way for us to replace it with anything else for now. How do I enable Java in …

  4. I am not able launch JNLP applications using "Java Web Start"?

    Dec 16, 2009 · Up until recently, I was able to launch/open JNLP files in Firefox using Java web start. Don't know what happened all of a sudden JNLP files stopped launching, a splash …

  5. Open a link in browser with java button? - Stack Overflow

    Jun 10, 2012 · How can I open a link in default browser with a button click, along the lines of button.addActionListener (new ActionListener () { public void actionPerformed (ActionEvent e) …

  6. How to import a .cer certificate into a java keystore?

    Importing .cer certificate file downloaded from browser (open the url and dig for details) into cacerts keystore in java_home\jre\lib\security worked for me, as opposed to attemps to …

  7. javascript - Changing the browser zoom level - Stack Overflow

    Learn how to change the browser zoom level using JavaScript, including techniques and considerations for different browsers and scenarios.

  8. Is there a way to embed a browser in Java? - Stack Overflow

    I believe JWebPane is going to be the official way to embed a browser into a java app. Its based on the open sourced engine - WebKit, which is used in Apples Safari and Googles Chrome …

  9. How can I open a URL in Android's web browser from my …

    Good answer. It explains how to open an Intent URL on a specific browser (directly), and not rely on the system picking a browser.

  10. Selenium WebDriver zoom in/out page content - Stack Overflow

    Feb 22, 2013 · Looks like this javascript snippet also works for Safari, and I assume PhantomJS and any Webkit based browser. It doesn't appear to work on Firefox (tested on v47).