Jbuilder5 & interClient(100分)

  • 主题发起人 主题发起人 savenight
  • 开始时间 开始时间
S

savenight

Unregistered / Unconfirmed
GUEST, unregistred user!
interClient是支持interBase的完整的JAVA JDBC驱动程序。
它包含一个JAVA类库,通过他们可以实现大多数jdbc api和一系列扩展的JDBC API.
问题是:
1。interClient在光盘上有吗?(2cd),没有的话到哪里下载?
2。怎样在jbuilder5里使用?也就是怎样能实现如下操作:
choose Project---->Project Properties--->
choose Required Libraries page---->choose [red]Interclient[/red]
原来默认有
[blue]dbSwing
Data Express
JDataStore[/blue]
现在怎样出来[red]InterClient[/red]?
 
D6中带的IB目录下有interClient。
至于怎么样使用,我倒是记不清了。你可以参考Inprise北京公司出的《JBUILDER开发人员指
南》,里面有详细论述。我以前用过JB3,不知道JB5是否是这样。
 
我说的interClient是JAVA JDBC驱动程序,D6上没有。
我就是看了Inprise北京公司出的《JBUILDER开发人员指南》里的例子,才问这个问题的。
顺便问一下,这本书的例子有地方下载吗?
 
你D6上东西的不全吗,我的怎么有。目录名为IntrClnt
下面的它的安装说明原文:
Installation Notes (Install.txt)
InterClient 2.01 Final Build
Last modified Jan 24, 2001
Contents:
I. Important Note for JBuilder Users
II. Installation Note for Windows NT, 98/ME and Windows 2000
III. Uninstalling on Windows NT, 98/ME and Windows 2000
IV. Installation Options
V. Distributed Jar Files
VI. Testing your Local Installation
VII. Software Expiration
VIII.Installation Note for Solaris and Linux
__________________________________________________________________
Important Note for JBuilder Users
Please exit JBuilder before continuing with the InterClient install.
JBuilder must *not* be running in order for the InterClient
Install to properly modify JBuilder INI settings.
For information on configuring INI settings manually, see the
file JBuilderNotes.txt after installation.
__________________________________________________________________
Installation Note for Windows NT, 98/ME, and 2000
If you have a previous release of InterClient installed on
this machine, you MUST uninstall it before continuing.
If you receive a General File Transfer Error during install,
try to obtain more disk space for both your InterClient install
location as well as your JBuilder install location to which
InterClientdo
cumentation files get written.
__________________________________________________________________
Uninstalling on Windows NT, 98/ME, and 2000
Before uninstalling, you should first stop the InterServer
service or application if it is running, and then
remove the
service using the InterServer Configuration Utility.
When uninstalling, use the add/remove program icon in
the Control Panel.
__________________________________________________________________
Installation Options
During installation you will be prompted to choose components
to install. By default all of the following components are
installed:
InterClient
The pure Java JDBC client library which communicates with
a server-side InterServer.
InterServer
A remote access server for InterBase. This is a middleware
service which acts as a proxy between InterClient and InterBase.
The service is tailored for InterBase remote access via JDBC.
do
cumentation
HTMLdo
cumentation for the all-Java InterClient JDBC driver.
__________________________________________________________________
Distributed Jar Files
interclient-core.jar
The JDBC driver with only the default English text resources.
No utilities included in the core jar.
interclient-res.jar
Locale-specific resource bundles.
interclient-utils.jar
Currently consists of the communications diagnostics utility.
interclient.jar
Everything: JDBC driver, all resources, and utilities.
The Windows install automatically appends interclient.jar
to your user's classpath. You must modify your classpath
manually on Unix.
__________________________________________________________________
Testing your Local Installation
See the Troubleshooting section of the InterClient Help html for
detailed instructions on testing your machine configuration for
running InterClient applications using
java interbase.interclient.utils.CommDiag
and for instructions on testing your applet configuration using
CommDiag.html
__________________________________________________________________
Software Expiration
This release of InterClient will expire, but continue to
function, on December 30, 2010.
Expired product releases of InterClient accept connections,
but the connection is tagged with an ExpiredDriverWarning.
Expired beta releases of InterClient may throw an
ExpiredDriverException and refuse connections.
Upon expiration, it is suggested that you upgrade both InterClient
and InterServer driver components bydo
wnloading a recent release
from http://www.borland.com/interbase.
__________________________________________________________________
Installation Note for Solaris and Linux
After thedo
wnload files have been extracted using the tar
command (eg. tar -xvf IC20105SolJRE13.tar), a directory is created
named interclient_install_temp_dir containing the following files:
install.sh : the installation program
interclient.tar : components to be extracted by install.sh
The installation process creates a log file of the installation
session. It is important to retain the log file in the
installation directory.
- It contains the configuration information specific to your
site necessary to complete the installation.
- It contains a log of your installation choices. It may be
helpful should you require technical support.
The following entry must occur in the /etc/services file or
the NIS services map:
interserver 3060/tcp
An entry in the /etc/inetd.conf file is also required:
interserver stream tcp nowait root /usr/interclient/bin/interserver
interserver
After adding these entries, either reboot the system or restart the
inet daemon. To restart the inet daemon, use the ps command to
discover the process id of the inetd process:
ps -e | grep inetd
or
ps -ax | grep inetd
The number in the output column 'PID' is the process id of the inet
daemon. Use the process id with the following command to restart the
inet daemon:
kill -HUP <PID>
After installing, be sure to add /usr/interclient/interclient.jar
to your CLASSPATH.
__________________________________________________________________
Copyright (c) 2001 Borland Software Corporation
All rights reserved.
 
对了就是这个东东,怪了,怎么我当初就没看见?
谢了,兄弟![:D]
 
后退
顶部