About 50 results
Open links in new tab
  1. How do you read the code? : r/java - Reddit

    Jan 8, 2021 · I could just follow the Java code, so why bother understanding the finer details about mortgages for example? Well turns out, it is much much easier to understand an abstraction (which …

  2. VS Code for Java: good or bad? : r/java - Reddit

    I love VS Code, but I would not recommend it for Java unless you just need a basic text editor. Just use IntelliJ or Eclipse (the latter gets way more hate than it deserves).

  3. bro code 's java course or Tim buchalka's java programming ... - Reddit

    Dec 16, 2022 · bro code 's java course or Tim buchalka's java programming masterclass? Which one is better? I feel like Tim buchalka's course is too slow for me since i already know most of the basic cs …

  4. Minecraft source code : r/technicalminecraft - Reddit

    Jul 16, 2019 · Deobfuscate the minecraft game file with yarn, then use quiltflower to decompile the deobfuscated game file (.jar). Done. Works for any gameversion only need jdk 16, and depending on …

  5. Java install did not complete Error code 1618 : r/techsupport - Reddit

    Sep 1, 2015 · Hello I got a notification from Java to update to the latest version so I got the Offline 64-bit offline installer and tried to install it but it…

  6. Why can't I type/copy/alt code the § symbol in java minecraft ... - Reddit

    Jan 25, 2021 · Further information: I'm playing Java on windows 10 on a PC Edit: In an absolutely BIZARRE combination of button presses, I can get something to happen. If I PASTE the § symbol …

  7. Is Minecraft's code bad optimized, or is it just java that sucks?

    May 8, 2022 · Java just kind of sucks for realtime games due to the garbage collector. The nature of Minecraft is that it's constantly allocating new objects, and at some point stale objects need to be …

  8. IntelliJ or VS Code : r/learnjava - Reddit

    I am learning Java using IntelliJ Ultimate trial version. Should I switch to VS code? I do not want to lose my code once the IntelliJ trial ends. Am I wrong about loosing my code??

  9. Should I use Visual Studio Code or Eclipse for Java coding : r ...

    Jan 20, 2022 · If you write code best in notepad, use notepad. I use Emacs for Java programming, and have used both Eclipse and VSC in the past, among other editors. Your professor probably prefers …

  10. Code visualization tool inside your IDE : r/java - Reddit

    Feb 9, 2022 · 167 votes, 29 comments. Hey, me and my teammates hacked a tool for visualizing Java code as a graph inside your IDE (currently IntelliJ or VSCode )…