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. I have a problem running java on vs code, it doesn't run at all ...

    VS Code version: Code 1.88.0 (5c3e652f63e798a5ac2f31ffd0d863669328dc4c, 2024-04-03T13:26:18.741Z) OS version: Windows_NT x64 10.0.22631 i tried to run a java code on a windows …

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

  6. 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…

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

    Jan 25, 2021 · This is probably the stupidest thing I've ever needed help with, but I've read you can format sign text to different colours using § codes but I cannot for the life of me figure out how to put …

  8. 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 …

  9. 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 )…

  10. New open source Java decompiler : r/java - Reddit

    Apr 28, 2022 · Hello! Today I'm happy to announce the release of a project that me and my friends have been working on over the course of the last year, Quiltflower! Originally intended just for use with the …