Skip to content

Commit

Permalink
jarfile_path already has the file protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosimioni committed Sep 26, 2012
1 parent 7b98541 commit c9c278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JDBCUtils.java
Expand Up @@ -72,7 +72,7 @@ public class JDBCUtils
}
else if (JDBC_Driver_Loader.CheckIfClassIsLoaded(DriverClassName) == null)
{
JDBC_Driver_Loader.addPath("jar:file://"+jarfile_path+"!/");
JDBC_Driver_Loader.addPath(jarfile_path);
}

JDBCDriverClass = JDBC_Driver_Loader.loadClass(DriverClassName);
Expand Down

0 comments on commit c9c278b

Please sign in to comment.