[Java-gnome-developer] JDK's
Brought to you by:
afcowie
From: Jean v. W. <je...@sm...> - 2000-11-17 06:23:05
|
Hi there, Can you guys please let me know which JDK's/JRE's you use. I would really appreciate it if you could also give me some details on the header files and the class files as well. This will be used in part for the FAQ and in part to improve the configure script so that we can detect the different version and their differences. You can send it directly to me at je...@sm.... Here is a few as an example ----------------------------------------------------------------------------- Blackdown 1.1.7: Headers ------- $(JAVA_HOME)/include $(JAVA_HOME)/include/genunix (From memory so this may be wrong) Classes ------- $(JAVA_HOME)/lib/classes.zip IBM JDK 1.1.8: Headers ------- $(JAVA_HOME)/include $(JAVA_HOME)/include/linux Classes ------- $(JAVA_HOME)/lib/classes.zip IBM JDK 1.3: Headers ------- $(JAVA_HOME)/include Classes ------- $(JAVA_HOME)jre/lib/rt.jar Kaffe 1.0.5: Headers ------- $(JAVA_HOME)/include/kaffe Classes ------- $(JAVA_HOME)/share/kaffe/Klasses.jar ----------------------------------------------------------------------------- Thank you very much for your time. Regards Jean |