• Jackoamon
      link
      fedilink
      52 months ago

      And there’s also WARs for servelets, uberjars, various means of bundling for exes, native compilation via Graal. Overall quite the ignorant meme.

    • Rikudou_SageA
      link
      11 month ago

      There’s no Java past version 8. Everyone knows that.

      • @Scoopta@programming.dev
        link
        fedilink
        11 month ago

        -_-…8 needs to die already. Most of my projects heavily depend on modern features, I even have one that straight up requires JPMS

    • @RustyNova@lemmy.world
      link
      fedilink
      32 months ago

      I think they are referring to crates vs binaries vs cargo binaries.

      Crates are your libraries, not meant to be standalone, binaries are your .exe, cargo binaries are meant to be compiled by cargo on your machine and run through cargo, ex: cargo sqlx

      They might also refer test binaries and example binaries which are two executables that only compile the tesrs and the examples to make sure they work, but apart from that idk