Hello,
I just now installed Postgresql-6.5.1 on my RH6.0
system. It is working
fine.
Then I downloaded jdbc6.5.1-2.jar file from the
repturs site. I renamed
it postgresql.jar and kept it in
/usr/local/pgsql/lib directory and
exported the classpath as:
export
CLASSPATH=\/usr/local/li
I have had no luck downloading the JDK 1.1.8 from IBM. Connection to
alphaWorks site is fine.
I set a MIME type in Netscape as
Description: GNUZiped File
Mime Type: application-x/compressed
Suffixes:.gz .tgz
and checked the "save to disk" radio button.
No luck. After completing the reg
Hi folks,
SuSe Linux 6.1
Blackdown JDK 1.2 pre-v2,
glibc2.0
I installed the GIMP URW fonts to eradicate the "zapf dingbats not
found" error messages. And, yes, the errors are gone.
But now I have an even more disconcerting problem.
Swing components do not render properly.
AWT:
The ONLY f
Rachel--
CLASSPATH is only set by the launching process *if* no CLASSPATH is set in
the environment. Fortunately, however, the runtime library (rt.jar) and any
extensions (in jre/lib/ext) are managed by a separate ClassLoader, so those
don't need to be on the CLASSPATH--only your "user classes".