From: Alan W. I. <ir...@be...> - 2002-01-08 18:13:41
|
I agree with Geoffrey it looks fine, but please put a short comment in about why you have to do this. (e.g., # IBM java-1.3 JDK does not have linux or solaris subdirectories for # java/include .) 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 Tue, 8 Jan 2002, Joao Cardoso wrote: > > Hi, > > I enclose a patch that enables my IBM java-1.3 JDK to work with plplot. I > don't commit it to CVS as I'm not sure about it's correctness. There is no > subdirectory "linux" in the include subdir: > > bash-2.05# lc /usr/lib/java/include/ > jawt.h jawt_md.h jni.h jni_md.h jvmdi.h jvmpi.h > > bash-2.05# java -version > java version "1.3.0" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) > Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20010626 (JIT enabled: > itc)) > > bash-2.05# rpm -qa | fgrep IBM > IBMJava2-JRE-1.3-67 > IBMJava2-SDK-1.3-61 > > Joao > > |