- Austin
On Tue, 30 Jun 1998, Perez-Khamis, Patricia wrote:
>
> I've downloaded Visual J++ 6.0 from Microsoft .
>
> I've also downloaded the Sybase JDBC driver from SYBASE site and updated my
> CLASSPATH to point to where the SYBASE JDBC driver was downloaded to.
>
> I am running on Windows 95.
>
> I wrote an APPLET that has a DataRetriever class that uses the Class.forName
> method to instantiate the SybDriver class. Even though the SybDriver class
> is recognized by the IDE (You can see it listed on the pull-down), at run
> time the applet throws a class not found exception (ClassNotFoundException).
>
> Does anyone have any idea?