Please don't send code around that is "designed to intentionally fill up
memory".
To respond to your problem, a first question to ask is whether
"MemoryLauncher.jar" exists anywhere? I doubt it.
You'll need to build the project (right-click the project and choose
Build), which means that that JAR
//I am encountering my Netbeans 9 console capture problem via the following:
package Project;
import java.util.LinkedList;
import static java.lang.System.out;
public class Main
{
public static void main(String ... args)
{
out.println();
out.println("Primary Main program has begun.");
o