My question is, what does "unjar" means or how to do it?
TIA
From a command line prompt:
jar xvf mm.mysql-2.0.11-you-must-unjar-me.jar
The x means "eXtract." This will take whatever files are contained in the
JAR and put them in your current directory, so make sure you're in a
directory where you want the driver files to be. You probably want to
create one first. You can also use a zip utility like WinZip (on Windows)
to extract the files.
--
Gillmer J. Derge [TeamB]
Peace,
--
Cameron Purdy
Tangosol, Inc.
Tangosol Coherence: Clustered Coherent Cache for Java
Download a Tangosol Coherence eval today at http://www.tangosol.com/
"IThink" <Ther...@IAm.com> wrote in message
news:3CAC9137...@IAm.com...