--- Mike Polyakov <[EMAIL PROTECTED]> wrote: > I'm a newbie who wants to learn the J language. Currently, I'm > following the 'Primer' tutorials and got to the point where the 'plot' > command is introduced. As the tutorial instructs, I do: > > load 'plot' > plot 5 10 23 45 8 > > But nothing happens after I issue this. I'm using j32 under Debian Linux. > Thanks in advance for any help.
I suspect you are running jconsole. Can you run the windowed verion (jw on UNIX)? Alternatively, you can invoke jee (built for Emacs but should run from terminal too producing GUI screens) as described in documentation. To show GUI in UNIX J needs a compatible version of Java. ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
