About 233,000 results
Open links in new tab
  1. java - Can JDK 11 update automatically? - Stack Overflow

    Jan 10, 2019 · Can JDK 11 update automatically? Ask Question Asked 6 years, 3 ... Oracle removed Java Update in JRE ...

  2. jar - How can I write a Java application that can update itself at ...

    I am currently developing a JAVA Linux Daemon and also had the need to implement an auto-update mechanism. I wanted to limit my application to one jar file, and came up with a simple solution: Pack the updater application in the update itself. Application: When the application detects a newer version it does the following: Download update (Zipfile)

  3. java - Is there a way to update the JDK without manually …

    Mar 21, 2017 · Secunia PSI (a free version that runs on a single PC) will update it automatically. Read a review of it here. If you're running both Java 6 and Java 7 JREs (like me), there can be glitches and you still have to update manually sometimes.

  4. How create a Java application that auto-updates itself?

    It is as simple as an application that can update itself. More specific, maybe a launcher that loads a jar file from the web and replaces it with the current jar. The approach that I want is: A launcher which is coded in Java. That launcher overall uses classloader e.t.c. I want to keep the data from the previous jar.

  5. How to automate the "check for update automatically?" in java …

    May 4, 2015 · I am on Windows 7 64-bit with Java 7 and the registry key is HKEY_CURRENT_USER\Software\JavaSoft\Java Update\Policy\JavaFX\UpdateSchedule. I think it could be different for different Windows and Java versions.

  6. java - How to disable JRE auto update in Windows 10 ... - Stack …

    Mar 7, 2018 · In the Java Control Panel (which you can get to from Windows' Control Panel), navigate to the Update tab, and verify that Automatically check for updates (Recommended) is unchecked, as seen in the image below.

  7. Update Windows path variable when Java is updated automatically ...

    Correct. When java is update, what get's updated is the JRE ( java runtime environment ) That automatically set your java plugin ( used in the browser ) and your java command set to the latest version. ( Open a terminal and type java -version ) The SDK ( Java SDK ) which contains the javac is not changed. You have to do it manually.

  8. java - Swing, how to properly update the UI - Stack Overflow

    You shouldn't normally have to do anything : if you use the swing components methods, or the methods of their model, the necessary events are fired and the GUI should update itself automatically. This won't be the case if you define your own models (and forget to fire the necessary events, but then it's a bug in your models, and it should be ...

  9. Automatically update code to Java 5 - Stack Overflow

    Jul 21, 2010 · I have a lot of Java 1.4 code, which I'm in the process of migrating to Java 5. I would like to fix all the compiler warnings about using raw types in parameterized classes, and am wondering if there is a tool that can automatically transform something like:

  10. Possible to auto update JRE_HOME when java is updated?

    Apr 25, 2018 · The simple answer is No. Java updates don't and can't 1 update JAVA_HOME automatically. Note that this kind of problem also affects other Java-based services running on Windows. Google for windows server java update breaks java_home.