Java 1.8.65 javac is missing

前端 未结 1 1718
Happy的楠姐
Happy的楠姐 2021-01-02 04:15

I downloaded the newst 1.8.65 JDK a few days ago an the javac file is missing

in case someone believes I accidently downloaded the JRE, here are 2 screenshots

<
1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-02 04:47

    I was able to solve the "problem" myself. after rechecking every letter of the installation process.

    During installation, the installer asks you where you want to install the JDK

    I chose the folder C:\Enwicklung\JDK\1.8.65\

    A progress bar is displayed and installation continues

    Then you are asked

    for non-German native speakers

    Zielordner = target folder Ändern = change

    In this view, the installation process is asking in which folder I want to install Java

    I chose the folder C:\Entwicklung\JDK\1.8.65\ again this leads to the following conflict

    in C:\Entwicklung\JDK\1.8.65\ there was a bin\ folder of the JDK installation

    The JRE aka its alias Java, which a mindful reader should have noticed, but I obviously missed twice, was installed in the same location overwriting the bin\ folder of the JDK with the bin\ folder of the JRE, deleting all files.

    An unneeded mistake on my side. Unfortunately, the German installation process doesn't state anywhere that the JRE is being installed except in the folder name of the Zielorder view and that it's installed in the base folder structure.

    In my defense, the installation process does not state explicitly that the JRE is being installed next and the installation, at least in this German version, doesn't warn that folders and files are going to be overwritten, which is an undesirable effect from my point of view.

    NOTE: I left the predefined folder name as C:\Program Files\Java\jre1.8.0_65 because otherwise after changing it to C:\Entwicklung\JDK\1.8.65\ there would have been no indication for you to know that the JRE is being installed

    0 讨论(0)
提交回复
热议问题