|
|
Archives of the TeradataForum
Message Posted: Thu, 15 Aug 2002 @ 18:06:02 GMT
Subj: | | Re: Teradata JDBC Sample Applet Problem |
|
From: | | Narayan Murthy K S |
The exception ClassNotFound is mainly due to the CLASSPATH not being set to the directory which contains the *.class files.
Therefore set the CLASSPATH variable to point to the directory which contains the Classes. You could do it at the command prompt or if
you are running this on an NT Server or Win2k machine then you could set the same through , by going to the Control Panel-System-Advanced-
Environment Variables . Here under the User variable section add CLASSPATH and make it point to the directory which contains the classes
directory.
Hope this works,
Narayan Murthy K S.
| |