Re: JDBC/MySQL Driver error

2008-12-08 Thread Jason Essington

select: Run - Build Configurations

Then pick you launcher from the list on the left

select the classpath tab, and add your required jar there


Of course JDBC drivers only work on the server side, and not in client  
code.

-jason

On Dec 2, 2008, at 12:58 PM, [EMAIL PROTECTED] wrote:


 Thanks for your reply.

 My project structure does not have a lib directory. I have the mysql-
 connector-java-5.1.7-bin.jar in the project directory and it is
 already installed in my buildpath. Is this what you meant? Does anyone
 else have any ideas?

 Regards,
 Jack


 On Dec 2, 9:33 am, eggsy84 [EMAIL PROTECTED] wrote:
 Hi there

 Do you load an external JAR using Eclipse? If so try copying the JAR
 into your lib directory add add it to your buildpath there so that it
 is within your project.

 This is what I have done with the PostgreSQL project and had no
 problems?

 Eggsy

 On Dec 1, 10:30 pm, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
 Hi,

 I am receiving the following error when i run GWT in hosted mode:

 SQLException: No suitable driver found for jdbc:mysql://localhost: 
 3306/
 catering
 SQLState: 08001
 VendorError: 0

 I connect to my database fine when I run in eclipse so I am  
 guessing I
 am missing some sort of JAR or XML file in TomCat.

 Please can someone point out where I am going wrong. I will be
 grateful for any advice!

 Regards,
 Jack
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: JDBC/MySQL Driver error

2008-12-07 Thread [EMAIL PROTECTED]

Please can someone tell me how to modify my eclipse launch script and
what exactly needs to be added? Also, where can i find the cmd files?
Is this just the 'MyApplication.launch' file? Again, what exactly
needs to be added?

Any help much appreciated

Regards,
Jack

On Dec 3, 4:18 am, Pradeep [EMAIL PROTECTED] wrote:
 Modify your eclipse launch script to add one more line for the jar you
 desire to include. Also add the jar file name in the cmd files that
 launch and compile your project.

 On Dec 2, 11:58 am, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
  Thanks for your reply.

  My project structure does not have a lib directory. I have the mysql-
  connector-java-5.1.7-bin.jar in the project directory and it is
  already installed in my buildpath. Is this what you meant? Does anyone
  else have any ideas?

  Regards,
  Jack

  On Dec 2, 9:33 am, eggsy84 [EMAIL PROTECTED] wrote:

   Hi there

   Do you load an external JAR using Eclipse? If so try copying the JAR
   into your lib directory add add it to your buildpath there so that it
   is within your project.

   This is what I have done with the PostgreSQL project and had no
   problems?

   Eggsy

   On Dec 1, 10:30 pm, [EMAIL PROTECTED]

   [EMAIL PROTECTED] wrote:
Hi,

I am receiving the following error when i run GWT in hosted mode:

SQLException: No suitable driver found for jdbc:mysql://localhost:3306/
catering
SQLState: 08001
VendorError: 0

I connect to my database fine when I run in eclipse so I am guessing I
am missing some sort of JAR or XML file in TomCat.

Please can someone point out where I am going wrong. I will be
grateful for any advice!

Regards,
Jack
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: JDBC/MySQL Driver error

2008-12-02 Thread eggsy84

Hi there

Do you load an external JAR using Eclipse? If so try copying the JAR
into your lib directory add add it to your buildpath there so that it
is within your project.

This is what I have done with the PostgreSQL project and had no
problems?

Eggsy

On Dec 1, 10:30 pm, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Hi,

 I am receiving the following error when i run GWT in hosted mode:

 SQLException: No suitable driver found for jdbc:mysql://localhost:3306/
 catering
 SQLState: 08001
 VendorError: 0

 I connect to my database fine when I run in eclipse so I am guessing I
 am missing some sort of JAR or XML file in TomCat.

 Please can someone point out where I am going wrong. I will be
 grateful for any advice!

 Regards,
 Jack
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: JDBC/MySQL Driver error

2008-12-02 Thread [EMAIL PROTECTED]

Thanks for your reply.

My project structure does not have a lib directory. I have the mysql-
connector-java-5.1.7-bin.jar in the project directory and it is
already installed in my buildpath. Is this what you meant? Does anyone
else have any ideas?

Regards,
Jack


On Dec 2, 9:33 am, eggsy84 [EMAIL PROTECTED] wrote:
 Hi there

 Do you load an external JAR using Eclipse? If so try copying the JAR
 into your lib directory add add it to your buildpath there so that it
 is within your project.

 This is what I have done with the PostgreSQL project and had no
 problems?

 Eggsy

 On Dec 1, 10:30 pm, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
  Hi,

  I am receiving the following error when i run GWT in hosted mode:

  SQLException: No suitable driver found for jdbc:mysql://localhost:3306/
  catering
  SQLState: 08001
  VendorError: 0

  I connect to my database fine when I run in eclipse so I am guessing I
  am missing some sort of JAR or XML file in TomCat.

  Please can someone point out where I am going wrong. I will be
  grateful for any advice!

  Regards,
  Jack
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: JDBC/MySQL Driver error

2008-12-02 Thread Pradeep

Modify your eclipse launch script to add one more line for the jar you
desire to include. Also add the jar file name in the cmd files that
launch and compile your project.

On Dec 2, 11:58 am, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Thanks for your reply.

 My project structure does not have a lib directory. I have the mysql-
 connector-java-5.1.7-bin.jar in the project directory and it is
 already installed in my buildpath. Is this what you meant? Does anyone
 else have any ideas?

 Regards,
 Jack

 On Dec 2, 9:33 am, eggsy84 [EMAIL PROTECTED] wrote:

  Hi there

  Do you load an external JAR using Eclipse? If so try copying the JAR
  into your lib directory add add it to your buildpath there so that it
  is within your project.

  This is what I have done with the PostgreSQL project and had no
  problems?

  Eggsy

  On Dec 1, 10:30 pm, [EMAIL PROTECTED]

  [EMAIL PROTECTED] wrote:
   Hi,

   I am receiving the following error when i run GWT in hosted mode:

   SQLException: No suitable driver found for jdbc:mysql://localhost:3306/
   catering
   SQLState: 08001
   VendorError: 0

   I connect to my database fine when I run in eclipse so I am guessing I
   am missing some sort of JAR or XML file in TomCat.

   Please can someone point out where I am going wrong. I will be
   grateful for any advice!

   Regards,
   Jack
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



JDBC/MySQL Driver error

2008-12-01 Thread [EMAIL PROTECTED]

Hi,

I am receiving the following error when i run GWT in hosted mode:

SQLException: No suitable driver found for jdbc:mysql://localhost:3306/
catering
SQLState: 08001
VendorError: 0

I connect to my database fine when I run in eclipse so I am guessing I
am missing some sort of JAR or XML file in TomCat.

Please can someone point out where I am going wrong. I will be
grateful for any advice!

Regards,
Jack
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---