Java Applet doesn't find included JAR files on Windows

114 Views Asked by At

I'm using JTDS driver to connect to a SQL Server... I included the JAR file into the proyect... I compiled the proyect into a jar file, I signed the jar file. I uploaded it to a my website.

When I test it on Ubuntu works like a charm. but on Windows shows an error "No suitable driver found" (or something like that). It seems that windows dosen't find the JTDS Driver JAR file... because if I extract the jar file into my website directory the error dissapears, but it shows me some permissions errors because there is no signed jar...

What can I do?

0

There are 0 best solutions below