Re: Mount Table File per Linux Distributon
David Marshall said, about Mount Table File per Linux Distributon > Peter Pilgrim wrote: > >> Hi >> >> I need some information about linux distributions and where >> they have the system mount table. >> >> For SuSE Linux this file is ``/etc/mtab'' >> >> I need to know what it is for Red Hat Linux, Debian, Slackware, TurboLinux >> and Linux Mandrake. THis is for a Java Linux portable JNI project > > For Redhat it's "/etc/fstab" /etc/fstab is where you have the things that you WILL or WANT to mount. /etc/mtab is where it keeps what IS mounted. just running the command 'mount' with no switches in most *NIX is a way to get what is mounted. Dan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JRE -and- JDK
Trieu Truong said, about JRE -and- JDK > A newbie question (this seems too obvious even for the FAQs): I need to > install the JRE (I'm going to use the one at blackdown.org) so that I > can run Oracle 8i on my Linux box. Does this either preclude or hinder > my ability to install and use Blackdown's JDK so that I may learn and > develop with Java on the same box? No. I've got JDK 1.1.8, JDK 1.1.7, JDK 1.2.2, JRE 1.2.2, and a couple others running around. Make sure you set your JAVA_HOME and CLASS_PATH in a shell script that runs your program and make sure that they point to the right one. Dan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
