Re: Unable to load driver

2002-01-08 Thread Steve Bearss
I put mine in the JRE for mySQL and it seems to work fine:   D:\SDK\jre\lib\ext - Original Message - From: Praveen Potineni To: [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 3:59 PM Subject: Unable to load driver Hi all, I have some problem loading the

Re: Unable to load driver

2002-01-08 Thread Dave Prout
2002 20:59To: [EMAIL PROTECTED]Subject: Unable to load driver Hi all, I have some problem loading the driver. I think i have put the driver files in a wrong place. When i run the code which looks like this:    private String myDriver ="com.sybase.jdbc2.jdbc.SybD

Re: Unable to load driver

2002-01-08 Thread horwat
cally. Justy - Original Message - From: "Praveen Potineni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 12:59 PM Subject: Unable to load driver Hi all, I have some problem loading the driver. I think i have put the driver files in a wrong

Unable to load driver

2002-01-08 Thread Praveen Potineni
}  catch(Exception e){     throw new InstantiationException("Unable to load myDriver:"+e.toString());  }   I am getting this error below:   Exception java.lang.InstantiationException: Unable to load myDriver:java.lang.ClassNotFoundException: com.sybase.jdbc2.jdbc.SybDriver I

Re: Unable to load.....

2001-05-24 Thread Muddaser Azeem
What does the following error mean: > > org.apache.jasper.JasperException: Unable to load > class hello.NameHandler > > does it mean that it cannot find the class file > (NameHandler), or that it > can find the file but there

Unable to load.....

2001-05-24 Thread [Qari Qasim]
What does the following error mean: org.apache.jasper.JasperException: Unable to load class hello.NameHandler does it mean that it cannot find the class file (NameHandler), or that it can find the file but there is something wrong with it. Regards, Qasim Babu

Unable to load compiled JSP in WebSphere for AS/400.

1999-02-22 Thread Son Nguyen
I'm currently using WebSphere to serve JSPs on the platforms NT and AS400. Under AS400, the first request to the JSP causes it to compile but WebSphere is unable to load it immediately. It stated that the compiled JSP is null. I'll have to restart WebSphere to get it to recognize the co

Unable to load compiled JSP in WebSphere for AS/400.

1999-02-22 Thread Son Nguyen
I'm currently using WebSphere to serve JSPs on the platforms NT and AS400. Under AS400, the first request to the JSP causes it to compile but WebSphere is unable to load it. It stated that the compiled JSP is null. I'll have to restart WebSphere to get it to recognized the compiled