View Single Post
  #1 (permalink)  
Old 10-25-2009, 01:43 PM
mune72 mune72 is offline
Active Member
 
Posts: 34
Default Where to place mysql jar?

I wrote a zimlet which opens a new window with a jsp page that, in turns, prints some info retrived from a MySQL DB.

I tried to put the .jar file
- in the zimlet folder
- in WEB-INF
- in WEB-INF/lib
but I keep having a java compiling error: where I have to put that .jar (and what is the correct import statement in .jsp)?

Thanks
Reply With Quote