Skip to content

bug: Missing 'get_arch' function and incomplete URL table for x86_64 architecture #468

@Legion345

Description

@Legion345

Did you check docs and existing issues?

  • I have read all the plugin docs
  • I have searched the existing issues
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.11.5

Operating system/version

archlinux 6.18.2

Describe the bug

I'm encountering errors when configuring nvim-java with nvim-lspconfig for Java support. The plugin fails because of a missing 'get_arch' function and an incomplete URL configuration table that does not support common architectures like x86_64.

Steps To Reproduce

  1. Add require('java').setup() and require('lspconfig').jdtls.setup({}) to init.lua.
  2. Open a Java file (.java) in Neovim to trigger LSP loading.
  3. Observe errors in :messages or Neovim startup.

Expected Behavior

nvim-java should detect the system architecture and successfully resolve download URLs for Java tools, allowing jdtls to work without any errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions