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 !!

[661 byte] By [12345678910_avilaa] at [2007-10-2 19:58:32]
# 1
I am not sure that this is possible.I am sure that this isn't a JDBC question though.You can search the forums for loading jars within jars to find out the correct methodology (if it exists.)
jschella at 2007-7-13 22:38:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Helloagain :ok , thank you. so where i should post ? .
12345678910_avilaa at 2007-7-13 22:38:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
http://one-jar.sourceforge.net/
dcmintera at 2007-7-13 22:38:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
> i noticed that the driver that it's loaded it's the one outside the jarYes, that's how it is supposed to work. And as you see, it does work. So what is wrong with something that works?
DrClapa at 2007-7-13 22:38:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 5
THANKYOUVERYMUCH !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12345678910_avilaa at 2007-7-13 22:38:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...