How can I install/build java-debug and vscode-java-debug

This page summarizes the projects mentioned and recommended in the original post on /r/Nix

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neovim-luca

    Neovim configured to my linking using nix flakes

    Hello guys. I installed neovim using my own nix flake: https://github.com/quoteme/neovim-luca

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • nvim-dap

    Debug Adapter Protocol client implementation for Neovim

    Now I wish to install nvim-dap to debug java applications. I already have nvim-jdtls installed, which nvim-dap needs. But for full debuggin capabilities I need to have java-debug and vscode-java-debug insalled as stadet in nvim-jdtls#debugger-via-nvim-dap.

  • nvim-jdtls

    Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls

    Now I wish to install nvim-dap to debug java applications. I already have nvim-jdtls installed, which nvim-dap needs. But for full debuggin capabilities I need to have java-debug and vscode-java-debug insalled as stadet in nvim-jdtls#debugger-via-nvim-dap.

  • java-debug

    The debug server implementation for Java. It conforms to the debug protocol of Visual Studio Code (DAP, Debugger Adapter Protocol).

    Now I wish to install nvim-dap to debug java applications. I already have nvim-jdtls installed, which nvim-dap needs. But for full debuggin capabilities I need to have java-debug and vscode-java-debug insalled as stadet in nvim-jdtls#debugger-via-nvim-dap.

  • vscode-java-debug

    Java Debugger for Visual Studio Code.

    Now I wish to install nvim-dap to debug java applications. I already have nvim-jdtls installed, which nvim-dap needs. But for full debuggin capabilities I need to have java-debug and vscode-java-debug insalled as stadet in nvim-jdtls#debugger-via-nvim-dap.

  • mvn2nix

    Easily package your Maven Java application with the Nix package manager.

    My problem is, that to install java-debug, I need to clone its repository and run ./mvnw clean install in the cloned repo. But this does not work, because 1. when writing a flake to install it using stdenv.mkderivation and maven as a buildDepend, I have no internet and ./mvnw clean install fails. 2. using mvn2nix's nix run github:fzakaria/mvn2nix#mvn2nix results in a Failed to execute goals [[package]]. Exit code: 1.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Having the worst time trying to use JDTLS

    1 project | /r/neovim | 11 Dec 2023
  • Client 2 quit with exit code 1 and signal 0 when opening a .java files

    2 projects | /r/neovim | 10 Nov 2023
  • Foot – A fast, lightweight and minimalistic Wayland terminal emulator

    1 project | news.ycombinator.com | 23 Sep 2023
  • [HELP] ftplugin and lazy loading in NvChad

    2 projects | /r/neovim | 11 Jun 2023
  • Anyone using nvim for Kotlin development?

    1 project | /r/nvim | 30 May 2023

Did you konow that Lua is
the 17th most popular programming language
based on number of metions?