Looking for an application that can run on Macs that generates Dynamic or Static QR codes!

  • jackpotOP
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    why does being coded in java make it more likely

    • black0ut@pawb.social
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      Java code is run inside a client (JRE) that provides it a non system-dependent runtime environment. If there’s a JRE for your OS, all java programs should work fine regardless of the OS.

      This is the case with Minecraft, for example. When the launcher was still based on Java, you could run the Windows executables on Linux and it worked.

      However, some programs might still not work on another OS despite it having a JRE. That could be caused by intentional limitations or the use of a system-specific library.