Wolfram Research says it no longer supports JavaGraphics in Mathmatica 10. This is very bad for people who prefer the Kernel to the FrontEnd.
However, I am still able to get it to work.
Show failed. However, this works:
show[x__] := Show[x, DisplayFunction->$DisplayFunction ]
Also, ErrorListPlot fails, but this works:
Needs["ErrorBarPlots`"]
errorListPlot[x__] := show [ ErrorListPlot[x] ]
I put these definitions in my init.m file.
Sorry this isn't a question ... more of a tip.
Show. 2. Why do you believe the command line to be superior to the notebook interface? Unless you are using a slow Raspberry Pi, I don't see what you would gain, but you certainly do lose a lot.Needs["JavaGraphics`"]; Show@Graphics[Circle[]]. This shows a window with a circle. – Szabolcs Feb 18 '15 at 17:22