First Try at 3D Relief

This is what I get when I run that:

C:\Users\Erik>java -version 2>&1 | clip

C:\Users\Erik>java version “1.8.0_91”
Error: Could not find or load main class version

C:\Users\Erik>Java™ SE Runtime Environment (build 1.8.0_91-b14)
Error: Could not find or load main class ™

C:\Users\Erik>Java HotSpot™ 64-Bit Server VM (build 25.91-b14, mixed mode)
Error: Could not find or load main class HotSpot™

After the java -version 2>&1 | clip I intended to have you past back into the forum post, rather than the shell. Sorry I was not more clear.

Your post did confirm that your java is 64-bit. I’d be surprised if you had any out of memory errors.

If you do, release 1.1 has the .config file, so you can up the value of Xmx beyond 4gb.

Thanks for the feedback. Let me know if you do have OutOfMemory or have any other feedback on making it more user-friendly.

1 Like