From: Alan W. I. <ir...@be...> - 2001-10-29 20:39:45
|
The "." syntax works fine under jdk-1.2.2 so I think you have found a way to refer to packages that works from JDK 1.1.7 onward. Great! Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Sat, 27 Oct 2001, Geoffrey Furnish wrote: > Turns out I have JDK 1.1.7 on my home machine (way old, RH60). I have > been able to build plplot with java support, and run the demos. I had > to make one tiddly change in sysloc.in to find the jni_md.h file, > which I will commit. Beyond that, the only difficulty was that I had > to change from: > java plplo/examples/x01 > to > java plplot.examples.x01 |