About 51 results
Open links in new tab
  1. How to compile and run Java code in Visual Studio Code

    I downloaded Visual Studio Code and installed the "Java Extension Pack" by Microsoft. Afterwards I downloaded the jdk1.8.0_161 and created the required environment variables as described in the "J...

  2. VS Code's java language server cannot detect java package

    Jul 26, 2025 · I'm working on a Java project using Visual Studio Code, and I'm importing classes from the algs4.jar library , but VS code keeps showing package does not exist, even though: The code …

  3. java - JDK 1.8 not supported by vs code? - Stack Overflow

    May 25, 2019 · VS Code no longer supports JDK 1.8. The "Java Extension Pack" relies upon "Language Support for Java (TM) by Red Hat" which documents Java 11 is the minimum requirement.

  4. Option for generating getters and setters not showing up on VS Code

    Jun 26, 2020 · 0 Just download the "Java extension pack" from Microsoft in vs code extensions. Shortcut: Use Ctrl + . as a shortcut. Right click >> Source Action

  5. Keyboard shortcut for the RUN button when using VS Code with Java ...

    Jul 26, 2022 · I use VS Code with the Extension Pack for Java. When I am in a Java project I have a RUN button at the top right of the window: I could not find a keyboard short cut or an entry in the …

  6. How do I configure the "Eclipse Temurin JDK with Hotspot" in VS Code ...

    Apr 11, 2022 · 4 I tried installing the Java JDK on my laptop, provided by the installer on VS Code website as a "Coding pack for Java". It installed the JDK and the required extensions in VS Code. …

  7. Changing the java.home path in VS code - Stack Overflow

    Jul 23, 2020 · 9 The path to the Java Development Kit is searched in the following order: the java.home setting in VS Code settings (workspace then user settings) the JDK_HOME environment variable the …

  8. Как работать на Java в Visual studio code или community

    Mar 1, 2020 · У меня visual studio code последней версии(скачал в 2020) Незнаю как писать консольные программы на java с помощью visual studio code. С Visual studio community тоже …

  9. How do I turn off the Java Language Server in VS Code?

    Nov 14, 2019 · How do I turn off the Java Language Server completely? I can't find it anywhere. I just want it off so it does not repeatedly do "importing root project configuration project".

  10. java - How do I get lombok to work with Visual Studio Code? - Stack ...

    Aug 14, 2020 · I have a java gradle project in vscode, and I followed the instructions on the site to use the gradle plugin and the vscode lombok extension. However, vscode is still unable to resolve the …