Archives of the TeradataForum
Message Posted: Sun, 19 Aug 2002 @ 01:12:00 GMT
Subj: | | Re: Teradata JDBC Sample Applet Problem |
|
From: | | Charles Eubanks |
It sounds like a classpath problem. The jar format is very generic and is compatible with gzip or zip format on windows. It is binary
compatible so you can move the files back and forth between windows and unix. The slashes forward vs backward is irrelevant I am pretty
sure.
The fact that you have it working with "loose classes" pretty much indicates that you didn't have the library on your classpath
correctly. Is your classpath long? I have seen libraries at the end of a long classpath silently ignored...
|