Thanks lomdav. Your explanation is much appreciated.
Just did a quick search on Google. The -classpath argument may need to be specified differently. For windows prefixing ./ before a filename indicates the current directory. The equivalent for Linux...
Hi. Run: java -classpath "./M3D_V1.1.3.jar;./jai-1_1_3/lib/jai_codec.jar;./jai-1_1_3/lib/jai_core.jar;" -Xmx1400m -Xms1400m dlt.mandelbrot.M3D from the directory/folder that conta...