Re: How do i fix this problem?

2009-06-25 Thread flyingb...@gmail.com
Oh . so i need to put it in there. My server i put it in the main server lib. I really don't know how server setup work that well with all those configs. But putting it into that lib folder for development seems to work. On Jun 25, 12:19 pm, Daniel Jue wrote: > You need your database jar file on

Re: How do i fix this problem?

2009-06-25 Thread Daniel Jue
You need your database jar file on your class path or in your WEB-INF/lib directory. Is it there? You might see something in your hosted mode window that looks like this, in brown: [WARN] Server class 'oracle.jdbc.driver.OracleDriver' could not be found in the web app, but was found on the syst

Re: How do i fix this problem?

2009-06-25 Thread Rajeev Dayal
I'm not an expert in the area, but this link seems helpful: http://code.google.com/p/gwt-examples/wiki/project_MySQLConn On Thu, Jun 25, 2009 at 3:11 PM, flyingb...@gmail.com wrote: > > I am using the eclipse gwt 1.6 plugin and trying to run in hosted > mode. > > I get this problem: > > java.sql.

How do i fix this problem?

2009-06-25 Thread flyingb...@gmail.com
I am using the eclipse gwt 1.6 plugin and trying to run in hosted mode. I get this problem: java.sql.SQLException: No suitable driver found for jdbc:mysql:// localhost:3306/newworkflow I am not sure where can I add a connector file so I could connect to the mysql database in hosted mode. --