At least in netbeans, there's an option in to include selected library in war file.
On 11 March 2010 18:37, Chris Lercher <[email protected]> wrote: > Hi, > > adding it to the build path isn't enough in this case. The jar has to > be found by the server at runtime. To achieve this, you can put the > jar in the directory "war/WEB-INF/lib". > > Chris > > On Mar 11, 12:25 am, khalid <[email protected]> wrote: > > Hello every one > > I am making this simple application where the user fills some fields > > and makes an RPC to save these info > > in a DB anyway the server method uses the popular: Connection , > > PreparedStatement ,... etc classes > > which are in the mysql-connector jar file "I think so ^_^ " > > I have followed these steps to add the library but no luck > > > > steps here:http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in- > > Eclipse-%28Java%29 > > > > I still get java.lang.ClassNotFoundException: com.mysql.jdbc.Driver > > Can you please help me, I am new to GWT and I plan to use it for my > > Graduation project ^_^ > > Thank you very much > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Victor Llorens Vilella -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. 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.
