From: Arjen M. <arj...@wl...> - 2004-05-24 07:03:11
|
Ali Muhammad wrote: > > Hi Alan, > > I think I did manage to generate the dll. Now I am trying to run the example > programs. I am getting following when I run. > > C:\>java plplot/examples/x01 > > Plotting Options: > < 1> win3 PLplot Win32 Window > < 2> plmeta PLplot Native Meta-File > < 3> ps PostScript File (monochrome) > < 4> psc PostScript File (color) > < 5> null Null device > > Enter device number or keyword: 1 > > *** PLPLOT ERROR *** > Unable to open or allocate memory for font file > Program aborted > > Please help > I think this is due to the font files not being found. The quickest way: copy the *.fnt files you find in the data directory into the directory where you start your program (there are also two environment variable you can set: PLPLOT_LIB and PLPLOT_HOME). The new chapter on deployment in the documentation holds more information about this. Regards, Arjen |