|
install.txt:
This file contains instructions for installing and uninstalling
Informix JDBC Driver and Informix Embedded SQLJ (Embedded SQL for Java
).
**********************************NOTE**********************************
the silent installation is changed on both Windows and UNIX environments as
follows:
java setup -o <directory> -D serialNo=<serial_no> key=<key
62;
In the previous versions, -D was not required.
************************************************************************
**********************************NOTE**********************************
INSTALLATION ON SOLARIS MACHINES
Before installing Informix JDBC Driver Version 2.2 on Solaris machines,
make sure that the DISPLAY environment variable is set.
INSTALLATION ON HP MACHINES
Installation of Informix JDBC Driver Version 2.2 fails on HP machines,
Versions 10.20 and 11.00, because of a bug in the HP
1.2 beta version of
JDK. The problem has been reported to HP. Because of this problem,
Informix JDBC Driver has not been tested with HP JDK Version 1.2. (This
is Bug #118048.)
INSTALLATION ON WINDOWS
To install Informix JDBC Driver Version 2.2 on Windows, you must have
administrator privileges. The following error occurs if you do not have
administrator privileges: "Unable to create an entry for this application
in the control panel Add/Remove property list."
UNINSTALLATION ON WINDOWS
If JDK 1.2.2 is installed and you uninstall Informix JDBC Driver on Win
dows
NT, InstallShield displays the following message:
ifxjdbc.jar has changed since it was created. Delete anyway?
The same message appears for ifxjdbc-g.jar. Even if your response is 'y
es' to
remove the files, the lib directory remains with the JAR files under it. You
must manually remove the lib directory.
************************************************************************
Once you have installed the JDBC driver and Embedded SQLJ, read the on-line
release and documentation notes, which contain important information
about the products. The on-line notes are found in the following
directory:
UNIX: <installroot>/doc/release
Windows: <installroot>\doc\release
where "<installroot>" refers to the directory you installed the
products.
The JDBC release notes are called jdbcrel.txt.
The JDBC 2.2 user guide is available in PDF format in the file jdbc4pg.pdf.
In addition, all Informix extension classes and interfaces are also de
scribed
in Java documentation format in the following directory:
UNIX: <installroot>/doc/javadoc
Windows: <installroot>\doc\javadoc
The Embedded SQLJ release notes and user guide can be found in
the sqlj directory under the release directory. The SQLJ release notes
are called relnotes.html, the SQLJ quick reference guide is called
sqljdoc.html, and the online SQLJ user guide is available in two
formats: ifxsqljug.pdf and ifxsqljug.html.
To use Informix JDBC Driver Version 2.2 directly, you must have a
JDK 1.2.x package on your platform.
=================================================
Installing Informix JDBC Driver and Embedded SQLJ
=================================================
Informix JDBC Driver and Embedded SQLJ are released as a Java class file
called "setup.class".
There are two ways to install the driver: interactively with a "Setup"
program or silently at the command line. The following sections describe
the two ways for both UNIX and Windows.
------------------------
Interactive Installation
------------------------
This section describes how to interactively install the products
with the "Setup" program.
To interactively install Informix JDBC Driver and Embedded SQLJ on UNIX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. If you are installing from a CD, load the disc into the CD-ROM drive.
Be sure your CD-ROM drive is correctly mounted.
IMPORTANT: On HP platforms, you must specify the "-o cdcase" option
of the "mount" command so that the CD is viewed in case sensitive
mode.
If you are downloading the driver from the Web, download the
"setup.class" file into a temporary directory.
Note that this temporary directory should not be the same as the
installation directory ($IFXJLOCATION on Unix and %IFXJLOCATION%
on Windows).
2. At the UNIX shell prompt, create a directory to hold the contents
of the driver.
For example, to create the directory "/work/ifxjava_home",
execute
the following command:
mkdir /work/ifxjava_home
3. Change directory to either the CD-ROM drive, if you are installing
from a CD, or the temporary directory that contains the downloaded
"setup.class" file, if you are downloading the driver from the Web.
4. Launch the "Setup" program with the "java" command at the UNI
X shell
prompt:
java setup
5. The "Setup" program guides you through the installation process.
Note that a warning message such as the following may be displayed before
the first window appears.
Font specified in font.properties not found [-b&h-lucida sans typewriter-bold
-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
This will not affect the intallation.
After the "Welcome" window, the program asks you for your serial
number and key. It then asks you to accept a licensing agreement.
The program then asks you for the name of the directory that will
hold the contents of the driver. In our example, this directory is
called "/work/ifxjava_home" and was created in Step 3 of these
instructions.
The installation is complete when you get to the "Installation
Complete" window.
To interactively install Informix JDBC Driver and Embedded SQLJ on Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. If you are installing from a CD, load the disc into the CD-ROM drive.
If you are downloading the driver from the Web, download the
"setup.class" file into a temporary directory.
Note that this temporary directory should not be the same as the
installation directory ($IFXJLOCATION on Unix and %IFXJLOCATION%
on Windows).
2. Using Windows Explorer, create a directory to hold the contents of
the driver.
Assume, for this example, that the new directory is called
"c:\work\ifxjava_home".
3. Change directory to either the CD-ROM drive, if you are installing
from a CD, or the temporary directory that contains the downloaded
"setup.class" file, if you are downloading the driver from the Web.
4. Launch the "Setup" program with the "java" command at the Win
dows
command prompt:
java setup
5. The "Setup" program guides you through the installation process.
Note that a warning message such as the following may be displayed before
the first window appears.
Font specified in font.properties not found [-b&h-lucida sans typewriter-bold
-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
This will not affect the intallation.
After the "Welcome" window, the program asks you for your serial
number and key. It then asks you to accept a licensing agreement.
The program then asks you for the name of the directory that will
hold the contents of the driver. In our example, this directory is
called "c:\work\dbcdriver_home" and was created in Step 3 of these
instructions.
The installation is complete when you get to the "Installation
Complete" window.
-------------------
Silent Installation
-------------------
This section describes how to silently install Informix JDBC Driver
and Embedded SQLJ from the UNIX shell prompt or Windows command line.
To silently install Informix JDBC Driver and Embedded SQLJ on UNIX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. If you are installing from a CD, load the disc
into the CD-ROM drive. Be sure your CD-ROM drive is correctly mounted.
IMPORTANT: On HP platforms, you must specify the "-o cdcase" option
of the "mount" command so that the CD is viewed in case sensitive
mode.
If you are downloading the driver from the Web, download the
"setup.class" file into a temporary directory.
Note that this temporary directory should not be the same as the
installation directory ($IFXJLOCATION on Unix and %IFXJLOCATION%
on Windows).
2. At the UNIX shell prompt, create a directory to hold the contents of
the driver.
For example, to create the directory "/work/ifxjava_home",
execute the following command:
mkdir /work/ifxjava_home
3. Change directory to either the CD-ROM drive, if you are installing
from a CD, or the temporary directory that contains the downloaded
"setup.class" file, if you are downloading the driver from the Web.
4. Execute the following command at the UNIX shell prompt:
java setup -o <directory> -D serialNo=<serial_no> key=<
;key>
where "directory" refers to the directory that will hold the
contents of the driver (created in Step 3 of these instructions)
and "serial_no" and "key" refer to the installation serial nu
mber
and key.
The keywords "serialNo" and "key" are case sensitive. You can
also
use the keywords "SERIALNO," "serialno," and "KEY".
For example, to install in the directory "/work/ifxjava_home
4;
using a serial number of INF#J123456 and a key of ABCDEF,
execute the following command:
java setup -o /work/ifxjava_home -D serialNo=INF#J123456 key=ABCD
EF
If the specified directory already contains the product files,
the command asks you if you want to overwrite them.
The installation is complete once the command has finished
executing.
To silently install Informix JDBC Driver and Embedded SQLJ on Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. If you are installing from a CD, load the disc into the CD-ROM drive.
If you are downloading the driver from the Web, download the
"setup.class" file into a temporary directory.
Note that this temporary directory should not be the same as the
installation directory ($IFXJLOCATION on Unix and %IFXJLOCATION%
on Windows).
2. Using Windows Explorer, create a directory to hold the contents of
the driver.
Assume, for this example, that the new directory is called
"c:\work\ifxjava_home."
3. Change directory to either the CD-ROM drive, if you are installing
from a CD, or the temporary directory that contains the downloaded
"setup.class" file, if you are downloading the driver from the Web.
4. Execute the following command at the Windows command prompt:
java setup -o <directory> -D serialNo=<serial_no> key=<
;key>
where "directory" refers to the directory that will hold the
contents of the driver (created in Step 3 of these instructions)
and "serial_no" and "key" refer to the installation serial nu
mber
and key.
The keywords "serialNo" and "key" are case sensitive. You can
also
use the keywords "SERIALNO," "serialno," and "KEY".
For example, to install in the directory
"c:\work\ifxjava_home" using a serial number of INF#J123456
and
a key of ABCDEF, execute the following command:
java setup -o c:\work\ifxjava_home -D serialNo=INF#J123456 key=AB
CDEF
If the directory already contains the product files, the
command asks you if you want to overwrite them.
The installation is complete once the command has finished
executing.
====================================================
Uninstalling Informix JDBC Driver and Embedded SQLJ
====================================================
Uninstalling Informix JDBC Driver and Embedded SQLJ completely removes
the driver, SQLJ, and all of the components from your computer. The
following sections describe how to uninstall on UNIX and Windows.
To uninstall Informix JDBC Driver and Embedded SQLJ on UNIX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Change to the directory in which you installed the products.
For example, if you installed the driver in the directory
"/work/ifxjava_home," execute the following command at the
UNIX shell prompt:
cd /work/ifxjava_home
2. Launch the "Uninstall" program with the "java" command:
java uninstall
3. The "Uninstall" program guides you through the uninstallation process
.
To uninstall Informix JDBC Driver and Embedded SQLJ on Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Change to the directory in which you installed the products.
For example, if you installed the driver in the directory
"c:\work\ifxjava_home," execute the following command at th
e
Windows command prompt:
cd c:\work\ifxjava_home
2. Launch the "Uninstall" program with the "java" command:
java uninstall
3. The "Uninstall" program guides you through the uninstallation process
.
IMPORTANT: When you uninstall Informix JDBC Driver and Embedded SQLJ,
you always get a message that says the "ifxjdbc.jar" and "if
20;jdbc-g.jar"
files have changed, even if you have never used the products.
This is because the files are automatically written to during the
installation of the driver.
FILE_ID.DIZ:
Informix Embedded JDBC SQLJ v2.2JC1 [xx/08]
/\______/| ___/\_
_/ ______ :|; . __/\ ____/\ __| //
%%%\____ \ |__:_\__ \/ ~~ :\_ | __/%%%%
iii_/ :| \\_ \ ;| \_ |____/ \iiiii
:::\__ ; _/ | \\_ : // | \\_ | \\_:::
\____/---|____/____/_______/-|____/kaz
SHOCK.NFO:
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▀▀▀▀▀▀▀█ ▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▄▄▄
█ ███████▀▀▀███ █ █████ █ █ ▄███▀▀▀▀▀▀▀▀███▀▀▀██▓█ █████ █▄▄▄ ▀▀▀█▄▄
█ ███████ ░ ███ ▀ ███▓█ █ █ ████ ░ ████ ███ ░ ██▓█ ███▓█ ▐██████▄▄ ▀█
█▀ ███████ ▀▀▀▀▀▀███▓█ █ █ ████ ▒ ████ ███ ▒ ██▓█ ███▓█ ░ ██████▓██ ▐▌
█ ▀▀▀▀▀▀▀▀▀▀▀████▄ ███▓█ █ ▄▄█▀▀█ ████ ▒ ████ ███ ▒ ██▓█ ███▓█ ▒ ██████▓█▌ █
▄▄██▀▀▀ ▄▄▄█ ▒ ███▓█ ███▓█ █▀▀ ▄▄▄▄ ▀███ ▓ ██▓█ ███ ▓ ▀▀▀▀ ███▓█ ▒▐███████▀ █▀
█ ▄▄▄██████▌ ▒ ███▓█ ███▓█ ▄▄███████▄ ██ ▓ ██▓█ ███ ▓ ████ ███▓█ ▄█▀▀▀▀▀ ▄▄▀
▐▌▐█▓██████ ▓▓ ███▓█ ███▓█▀██████████▌▐█ ▓ ██▓█ ███ ▓ ██▓█ ███▓█▀████████▄▄ ▀▄
▐▌▐█▓██████ ▓▓ ███▓█ ███▓█ ▀██████▓██ █ ▓ ██▓█ ███ ▓ ██▓█ ███▓█ ▀██████▓██ ▐▌
▐▌▐█▓██████▌ ▓ ███▓█ ███▓█ ▓ ▐█████▓██ █ ▓ ██▓█ ███ ▓ ██▓█ █████ ▓ ▐█████▓███ █
█ ██▓██████▄ ███▓█ ███▓█ ▓▓ ██████▓█▌▐ ▓ ██▓█ ███ ▓ ██▓█ ███▓█ ▓▓ ██████▓██▌
▐▌▐██▓███████▄█████ █████ ▓▓ ██████▓██ ▄▄▄████ ███▄▄▄████ █████ ▓▓ ██████▓███▄
▄▄█ ▀███████▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄ ▐█████▀▀▀ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▐██████▀▀ ▄
▀▀▀▀ █▀▀▀ [sQz!]█▀▀▀
B E Y O N D E X P E C T A T I O N S
╓────────────────────────────────────────────────────────────╖
┌────────────────────────────────────────────────────────────────────────────┐
│ Informix JDBC Embedded SQLJ v2.20 JC1 (c) Informi
0; │
└────────────────────────────────────────────────────────────────────────────┘
║ Supplier....: SHOCK TEAM │ Release Date.: 12/15/00
║
║ Packager....: SHOCK TEAM │ Release Type.: Development ║
║ Cracker.....: SHOCK TEAM │ Disk(s)......: 8 x 1.4
║
║ Protection..: Serial/Key │ Rating.......: [ --][o8/1o]
║
┌────────────────────────────────────────────────────────────────────────────┐
│ Minimum Requirements: P200+ - JAVA - 8MB RAM - 20MB HD - JVM/JRE
│
└────────────────────────────────────────────────────────────────────────────┘
║ Release Notes: ║
║ ║
║ The JDBC/Embedded SQLJ package enables you to develop and deploy ║
║ Java applications running against Informix databases.
║
║ ║
║ - Supports all extended data types, including Informix Opaque ty
pes, ║
║ that are stored in Informix Dynamic Server.2000 (versio
n 9.x) ║
║ - Support for Connection Pooling and XA transactions (JDBC 2.0
║
║ Standard Extensions)
║
║ - Full support for DBCENTURY and updateable scrollable result sets ║
║ - Bundles Informix Embedded SQLJ, Informix's implementation
of ║
║ SQLj SQL/OLB which enables SQL statements to be embedded ║
║ directly in Java code. ║
║ ║
║ * READ BELOW TO FIND OUT HOW YOU CAN WIN FREE SHOCK CD-ROMS!!! * ║
║ ║
║ ║
──────────────────────────────────────────────────────────────────────────
║ Install Notes: ║
║ ║
║ Unzip all files to any directory. Invoke SETUP.CLASS from the ║
║ java prompt. This application is compliant with any Java enabled ║
║ platform. Refer to INSTALL.TXT for further details. ║
║ ║
║ Serial #: AAB#J904945 Key: TEOVKG
║
║ ║
║ -- sHOCK 200
;0 ║
┌────────────────────────────────────────────────────────────────────────────┐
└────────────────────────────────────────────────────────────────────────────┘
╙────────────────────────────────────────────────────────────╜
░▒▓██████████████████████████████████████████████▓▒░
╓────────────────────────────────────────────────────────────╖
┌──────────────────────────────────────────────────────────────────────────┐
└──+ Group News +──────────────────────────────────────────────────────────┘
║ ║
║ - SHOCK is pleased to announce another CD-ROM contest! Our X-MAS ║
║ CD Draw will be open to anyone in Europe or North America! ║
║ Simply email info@shocking.net with the subject "X-MAS CONTEST"
║
║ for a chance to win one of our X-Mas edition CDs, no strings ║
║ attached. Contest closes December 31st, 2000.
║
║ ║
║ Winners of our Fourth Anniversary Contest are exempt from this
║
║ promotion. ║
║ ║
║ - The membership of SHOCK wishes everyone a merry X-Mas, we'll ║
║ be sitting back guzzling rum & eggnog, so if we're all a little ║
║ out of it for the next few weeks, you know why! Merry X-Mas and
║
║ Happy New Years! ║
║ ║
║ - Beer should not taste like fruit! Say NO to X-Mas flavored beer! ║
║ ║
║ - Want to become a SHOCK member? We're currently seeking talented ║
║ individuals to join our ranks. If you can crack SERIAL, DONGLE, ║
║ CD CHECK, FLEXLM, or other protection schemes, there's a position ║
║ for you! We are also accepting SUPPLIERS who can provide high ║
║ quality software applications, especially those who can obtain ║
║ CORPORATE or BOXED (retail) software products. ║
║ ║
║ There are also positions available for individuals able to ║
║ provide SHELLBOXES on fast links with at least several gigs ║
║ of space, as well as individuals who can supply HARDWARE, ║
║ CREDIT CARDS or CALLING CARDS. ║
║ ║
║ If you fall under these criteria, or feel you have something ║
║ else you can contribute to the group, don't hesitate to contact ║
║ us now! ║
║ ║
║ Contact information is listed at the end of this NFO file. ║
║ ║
║ - We welcome all communication from end users, however, please ║
║ read the following BEFORE contacting us: ║
║ ║
║ We are NOT able to help with ANY of the following issues: ║
║ ║
║ * Password protected ZIP/RAR archives - we NEVER use passwords. ║
║ If you find a SHOCK release with a password protected file, ║
║ SOMEONE ELSE ADDED IT. We don't know the password! ║
║ * Missing disks or releases - we CAN'T email, FTP, or DCC ║
║ disks or releases, nor can we provide access to them via the ║
║ WWW. ║
║ * Missing software/cracks - our releases include BOTH the ║
║ software AND the crack/reg info needed to use them. If someone ║
║ has tampered with our packaging, there's nothing we can do. ║
║ * Support third party websites/FTP's - we are not invloved with ║
║ ANY public sites, and can't send releases to them or help ║
║ you in any way regarding them - contact the site/page staff, ║
║ not us. ║
║ * Offer tech support - once the program is up and running, it's ║
║ up to you to learn to use it. ║
║ ║
║ Any emails regarding these issues will be ignored. Any requests ║
║ made in #shock or to members will result in your removal from ║
║ the channel. Please keep this in mind when contacting us. ║
║ ║
║ - Visit us on the web @ www.shocking.net, email us at ║
║ info@shocking.net, or find us on IRC on Efnet in #shock. ║
║ ║
║ Please note that our website and IRC channel are INFORMATIONAL ║
║ in nature. You CANNOT find releases on them, nor can you obtain ║
║ ANY information on where or how to get releases. The same rules ║
║ apply when contacting us via email. ║
║ ║
┌──────────────────────────────────────────────────────────────────────────┐
└──────────────────────────────────────────────────────────────────────────┘
╙────────────────────────────────────────────────────────────╜
░▒▓██████████████████████████████████████████████▓▒░
╓────────────────────────────────────────────────────────────╖
┌──────────────────────────────────────────────────────────────────────────┐
└─────────────────────+O+ Shock Members & Couriers +O+─────────────────────┘
║ ║
║ ║
║ ... WE ARE AMONG YOU ... ║
║ ║
║ ║
║ ║
┌──────────────────────────────────────────────────────────────────────────┐
└──────────────────────────────────────────────────────────────────────────┘
╙────────────────────────────────────────────────────────────╜
░▒▓██████████████████████████████████████████████▓▒░
╓────────────────────────────────────────────────────────────╖
┌──────────────────────────────────────────────────────────────────────────┐
└────────────────+O+ World Famous FTP Sites +O+────────────────┘
║ ║
║ Txx Wxxxxx Hxxxx .
... WORLD HQ . Pxxxx/Wxxxx
0; ........... ║
║ Sxxxx Dxxxxx ........ EUROP
EAN HQ . Bxxxxxxxx/Ixx
120;xx ....... ║
║ Qxxxxxx ............. UNITED STATES HQ .
Kxxxxx/Gxx ............. ║
║ Vxxxxxxx ............ ARCHIVE H
Q . Txxxxxx ................ ║
║ Axxxxxxx Oxx ........ RELEA
SE HQ . Dxxx/Bxxxxxx .......
.... ║
║ Exxx Bxxx ........... GERMAN HQ .
Nxxxxxxxx/Txxxxx
;/Sxx ... ║
║ ──────────────────────────────────────────────────────────────────── ║
║ Exxxxxx Cxxxx .......
MEMBER FTP . Nxxxxxxx ...............
║
║ Nxxxxxx Dxxx ........ MEMBE
R FTP . Dxxx/Mxxxxxx .......
.... ║
║ Nxxx Fxxxxx ......... MEMBER
FTP . Hxxxx/Jxx/Nxxxxx
; ....... ║
║ ║
┌──────────────────────────────────────────────────────────────────────────┐
└──────────────────────────────────────────────────────────────────────────┘
╙────────────────────────────────────────────────────────────╜
░▒▓██████████████████████████████████████████████▓▒░
╓────────────────────────────────────────────────────────────╖
┌──────────────────────────────────────────────────────────────────────────┐
└──+ Interested in joining Shock ? +───────────────────────────────────────┘
║ ║
║ Contact a member on any of our boards, join #SHOCK on irc, ║
║ visit our web page at www.shocking.net, or email info@shocking.net ║
║ with all your details. ║
║ ║
║ Shock Greets: SHOCKiSO - DIVINE - AMNESIA - RAZOR - DARKSIDE INC ║
║ REALLY INTO SPREADING ELITE - UNITED CRACKING FORCE ║
║ DRINK OR DIE - REBELS - DIVINEMP3 - CLASS - RISCISO ║
║ REQUEST TO SEND - DVNVCD - DIGITAL FACTORY ║
║ ║
║ Personal: Outbreak. Novocaine. Solar. Lester. Toth. Elocin. Stix ║
║ Poison. Buj. Beck. The Evil Advisor. Link. Bandido ║
║ Zipe. Scorp. Def Fred. Uncle John. Slice. Caveman. Toast ║
║ ║
┌──────────────────────────────────────────────────────────────────────────┐
└──────────────────────────────────────────────────────────────────────────┘
╙──[Last Updated by: SHOCK TEAM ]─────────────[12/15/0
8;]──╜
|