Re: Problem with MyEclipse+JDBC Driver

2009-02-13 Thread Eduardo Dela Rosa
Also, check for libraries that you're referencing. You might be having the same libraries with different versions (libx-1.0 and libx-1.1) lying around your build path. Eduardo Dela Rosa On Fri, Feb 13, 2009 at 3:21 PM, Narasimha Raju Naidu feel2w...@gmail.comwrote: Hi to all, I am

Problem with MyEclipse+JDBC Driver

2009-02-12 Thread Narasimha Raju Naidu
Hi to all, I am new to MyEclipse IDE and Struts. I am developing a Login form. In that i need to test the user entered details from Databse. My Database is PostgreSQL. I tested with a java program and i am sucessfully retriving data from database. But when i am trying to access from

Re: Problem with MyEclipse+JDBC Driver

2009-02-12 Thread aum strut
This Error generally comes when the compilation JRE and running JRE are not same, have you developed the code used in the Struts application and in java application on same enviornment?? and which version of struts you are using?? On Fri, Feb 13, 2009 at 9:51 AM, Narasimha Raju Naidu

Re: Problem with MyEclipse+JDBC Driver

2009-02-12 Thread Wes Wannemacher
On Thursday 12 February 2009 23:37:05 aum strut wrote: This Error generally comes when the compilation JRE and running JRE are not same, have you developed the code used in the Struts application and in java application on same enviornment?? Specifically, you get this when you compile for a