Several response in here: > -----Original Message----- > From: amoore > > > On Fri, Feb 06, 2004 at 01:27:40PM -0600, Brian Densmore wrote: > > Oh yeah and do any of the debian folks out there know where > > in blazing *#!? debian sticks java when it's installed? > > I can't find it anywhere, but dpkg tells me it's installed > > just fine!? > > Where does dpkg tell you that it's installed? > > You did try something like "dpkg -L " already, > didn't you? Yeah, it told me: package? what package? I don't see no stinking package! Since I use apt-get to install stuff, I have no clue where apt sticks the packages it install to I can't list the package. > -----Original Message----- > From: Brian Kelsey > > The java plugin should be in the plugin dir under Mozilla. > Then again, I could be wrong. Try "locate java*". It will probably be too broad. haven't done a locate or find yet. I generally try to avoid them as I generally start out too broad and it runs forever. > Looking at this: http://packages.debian.org/cgi-bin/search_contents.pl?word=java&searchmode=searchfiles&case=insensit ive&version=stable&arch=i386 > there are 151 pages of java stuff. If you have the Java SDK, Yeah tell me about it! > it could be in /etc/jdk1.1 or Wow, I never thought to look in /etc for java!!!! > look in /usr/bin/java-vm or nope > /usr/lib/jdk1.1 or nope > /usr/include/mozilla-*/java. nope > -----Original Message----- > From: Shayne Patton > have you tried running " find / -name java | grep bin" or > "locate java | grep bin" ? Why the grep bin? Thanks, Brian