I've been thru this.

You go to check you have the 1.2.2 driver and not the
1.2.1, which did not work on my prev2 JDK + latest mysql

Also for apps:
java -cp .:$CLASSPATH proggie
with a correct classpath set

in applets $CLASSPATH won't work.
You'll want to put into your html:

<applet>
..
..
<archive=".....">

put the mm jarfile in this tag and in the applet home dir.
If there is no jar, copy the mm.mysql level into the applet
home dir. I know it's a shame, butt...

If you haven't got a jar you use the jar tools to pack the
mm.mysql classes into a jar file.

This knowledge cost me a lotta sweat. I hope it pays off
for you brother...

Oh,
I managed to step over the line to PostgrSQL. Support for
JDBC is much better. This might be a hint. They also
upgraded to JDBC2 faster then mysql usually does....

Good luck,
gr. Eric

--- Jalaluddin Riaz <[EMAIL PROTECTED]> wrote:
> hi,
>     I am a newbie to JDBC programming and am having some
> problems. I am 
> using mysql rdbms and mm.mysql.jdbc-1.2 driver and have
> jdk1.2preV2 
> installed. the problem is everytime i try to run a prog.
> i get class not 
> found exception. the prog is not able to find the driver
> class files. i have 
> tried different CLASSPATH settings, still does no works..
> any ideas.
> 
> thanks.
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> 
>
----------------------------------------------------------------------
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to