baztian/jaydebeapi

jdbc_drive_loc variable with spaces

drapelli opened this issue · 0 comments

Hi,
in Jaydebeapi, when i define a jdbc_drive_loc, i put some like this

jdbc_drive_loc = r"c:\Program Files (X86)\java\jars\zimdbc8.jar"

in the connect function it show a error class name not found.

i solve this problem just put the jar file in a directory that dont have space. like this

jdbc_drive_loc = r"c:\jars\zimjdbc8.jar"

and this error solve

when in the path of jar file have special caracters ou space, like de first exemplo, the jaydebeapi dont find the class name,
put the jar file in path dont have special charts or spaces, the jaydebeapi find e work very good