About 579,000 results
Open links in new tab
  1. How to update my Java Runtime Environment - Stack Overflow

    I've tried updating Java through the control panel and I've updated the JAVA_HOME and system paths to 14.0.1, but even after restarting my computer, my java version and Java SE Runtime Environment …

  2. JAVA_HOME and PATH are set but java -version still shows the old one

    21 update-java-alternatives The java executable is not found with your JAVA_HOME, it only depends on your PATH. update-java-alternatives is a good way to manage it for the entire system is through:

  3. How to config java version in Visual Studio Code?

    Jul 28, 2022 · 6 I installed OpenJDK 18 in my Fedora 36 and installed "Extension Pack for Java" on my Visual Studio Code. In my machine, there have 3 versions of java: But when I create a maven project …

  4. How do I update Java version for Jenkins on a Windows server?

    May 17, 2022 · I am running Jenkins on a Windows 2021 R2 server. Jenkins is telling me "You are running Jenkins on Java 1.8, support for which will end on or after June 21, 2022" and …

  5. How to update JAVA version on Linux servers? - Stack Overflow

    Mar 17, 2022 · Identify which JRE version you have (Java 8 in your case) Get the latest Java update from Oracle Support (a current support contract and customer service identifier is required) and …

  6. What is the proper way of using JDK on WSL2 on Windows 10?

    Sep 13, 2020 · I have installed Ubuntu 20.4 LTS on WSL. My windows 10 already have the JDK installed. Do I need to install JDK on ubuntu on WSL or can I use the Windows 10 JDK in the …

  7. What is the best way to update Java version on Mac computer?

    Aug 16, 2017 · 8 Just go to the java page and download the latest version. Upon starting the installation process, the installer automatically detects your current java version, either deletes it and does a …

  8. How to set Java environment path in Ubuntu - Stack Overflow

    Mar 8, 2012 · I just installed JDK in Ubuntu with sudo apt-get install openjdk-6-jdk command, after the installation where's the Java bin directory located? And how can I set the environment path for that …

  9. java - How to view and edit cacerts file? - Stack Overflow

    Nov 24, 2015 · Using RAD 8.5 with WAS 8.5 runtime, I am getting an exception on my console: The keystore located at "C:\IBM\Websphere85\jdk\jre\lib\security\cacerts" failed to load due to the …

  10. java - How do I update an entity using spring-data-jpa? - Stack Overflow

    Well the question pretty much says everything. Using JPARepository how do I update an entity? JPARepository has only a save method, which does not tell me if it's create or update actually. For ex...