• 11 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



  • black0ut@pawb.socialtoMemes@lemmy.ml¡auxilio!
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    Yes, we use it. However, it’s more common to say “hubiera”. There’s no specific rule to differenciate between both, but at least in the center and north of spain we mostly use “hubiera” for first person and “hubiese” for third person.

    “Ojalá hubiera podido ir, pero tenía deberes” (yo)

    “Ojalá David hubiese venido, se lo habría pasado bien” (él)

    As I said, both options would be correct in both cases, and probably in other places they use the words differently.




  • 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.