.jar da erro

Desenvolvi uma aplicação BD com hibernate anotations,

Dentro do NetBeans ela funciona perfeitamente, porem
quando eu executo o .jar direto, ele abre a tela de login, e
depois não vai adiante.

obs. sistema operacional winxp - bd mysql

Segue abaixo o erro

D:\projeto\dist>java -jar Sistema.jar
2008-07-24 23:35:09,640 INFO cfg.annotations.Version -> Hibernate Annotations
3.3.0.GA
2008-07-24 23:35:09,656 INFO hibernate.cfg.Environment -> Hibernate 3.2.3
2008-07-24 23:35:09,656 INFO hibernate.cfg.Environment -> hibernate.propertie
s not found
2008-07-24 23:35:09,656 INFO hibernate.cfg.Environment -> Bytecode provider n
ame : cglib
2008-07-24 23:35:09,656 INFO hibernate.cfg.Environment -> using JDK 1.4 java.
sql.Timestamp handling
2008-07-24 23:35:09,718 INFO hibernate.cfg.Configuration -> configuring from
resource: /hibernate.cfg.xml
2008-07-24 23:35:09,718 INFO hibernate.cfg.Configuration -> Configuration res
ource: /hibernate.cfg.xml
Exception occurred during event dispatching:
org.hibernate.HibernateException: /hibernate.cfg.xml not found
at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java
:147)

…e por ai segue!
Obs. o arquivo hibernate.cfg.xml existe e ta la no jar.

Desde ja agradeço.

Pode até estar dentro do jar, mas está no raíz ?

Sim esta na raiz.

Por incrivel que pareça, o problema estava no nome do arquivo.

Hibernate.cfg.xml (com H maiusculo)

mudei para H minusculo (no windows explorer).

Ai rodou na boa!