Can't load JDBC with Class.ForName when exporting my application to JAR
Hello ;
i'am completly new to java and postgresql. this topic it's already posted , but i seems unfinish. i have exactly the sameproblem. my manifest look like this :
Main Class . Splash
Class-Path:postgresql-8.0-312.jdbc3.jar
the driver it's inside the jar file , the problem is that it can't be loaded inside the jar . i set the path in a lot of forms " .\ " , " ./ " , " /// " , i'm using windows xp sp2.
If i put the jar on the desktop and thedrivertoo ,it's loaded , however i noticed that the driver that it's loaded it's the one outside the jar .
can anyone help me please ?
THANKS IN ADVANCED !!

