Depois que coloquei o arquivo no console aparece:
C:\OFICINA\OfinaLanche\store>java -jar OfinaLanche.jar
0 [Thread-3] INFO org.hibernate.cfg.annotations.Version - Hibernate Annotat
ions 3.3.1.GA
49 [Thread-3] INFO org.hibernate.cfg.Environment - Hibernate 3.0.5
50 [Thread-3] INFO org.hibernate.cfg.Environment - hibernate.properties not
found
52 [Thread-3] INFO org.hibernate.cfg.Environment - using CGLIB reflection o
ptimizer
54 [Thread-3] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.T
imestamp handling
221 [Thread-3] INFO org.hibernate.cfg.Configuration - configuring from resou
rce: /br/com/oficinas/Controle/dao/hibernate.cfg.xml
221 [Thread-3] INFO org.hibernate.cfg.Configuration - Configuration resource
: /br/com/oficinas/Controle/dao/hibernate.cfg.xml
699 [Thread-3] DEBUG org.hibernate.util.DTDEntityResolver - trying to locate
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd in classpath un
der org/hibernate/
701 [Thread-3] DEBUG org.hibernate.util.DTDEntityResolver - found http://hibe
rnate.sourceforge.net/hibernate-configuration-3.0.dtd in classpath
770 [Thread-3] DEBUG org.hibernate.cfg.Configuration - hibernate.dialect=org.
hibernate.dialect.MySQLDialect
812 [Thread-3] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.d
river_class=com.mysql.jdbc.Driver
813 [Thread-3] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.u
rl=jdbc:mysql://localhost/oficinalanche
878 [Thread-3] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.u
sername=root
921 [Thread-3] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.p
assword=vertrigo
955 [Thread-3] INFO org.hibernate.cfg.Configuration - Configured SessionFact
ory: null
1020 [Thread-3] DEBUG org.hibernate.cfg.Configuration - properties: {hibernate
.connection.password=vertrigo, java.runtime.name=Java(TM) SE Runtime Environment
, sun.boot.library.path=C:\Program Files\Java\jre7\bin, java.vm.version=23.7-b01
, hibernate.connection.username=root, java.vm.vendor=Oracle Corporation, java.ve
ndor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM
) 64-Bit Server VM, file.encoding.pkg=sun.io, user.script=, user.country=BR, sun
.java.launcher=SUN_STANDARD, sun.os.patch.level=Service Pack 1, java.vm.specific
ation.name=Java Virtual Machine Specification, user.dir=C:\OFICINA\OfinaLanche\s
tore, java.runtime.version=1.7.0_13-b20, java.awt.graphicsenv=sun.awt.Win32Graph
icsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jre7\lib\endorsed, os.a
rch=amd64, java.io.tmpdir=C:\Users\Val\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Window
s 7, sun.jnu.encoding=Cp1252, java.library.path=C:\Windows\system32;C:\Windows\S
un\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Win
dows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\
Broadcom\Broadcom 802.11\Driver;c:\Program Files (x86)\ATI Technologies\ATI.ACE\
Core-Static;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.7.0_13\b
in;., sun.awt.enableExtraMouseButtons=true, java.specification.name=Java Platfor
m API Specification, java.class.version=51.0, sun.management.compiler=HotSpot 64
-Bit Tiered Compilers, os.version=6.1, user.home=C:\Users\Val, user.timezone=Ame
rica/Sao_Paulo, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=C
p1252, java.specification.version=1.7, hibernate.connection.driver_class=com.mys
ql.jdbc.Driver, java.class.path=OfinaLanche.jar, user.name=Val, java.vm.specific
ation.version=1.7, sun.java.command=OfinaLanche.jar, java.home=C:\Program Files\
Java\jre7, sun.arch.data.model=64, hibernate.connection.url=jdbc:mysql://localho
st/oficinalanche, hibernate.dialect=org.hibernate.dialect.MySQLDialect, user.lan
guage=pt, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.wind
ows.WToolkit, hibernate.cglib.use_reflection_optimizer=true, java.vm.info=mixed
mode, java.version=1.7.0_13, java.ext.dirs=C:\Program Files\Java\jre7\lib\ext;C:
\Windows\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jre7\lib\re
sources.jar;C:\Program Files\Java\jre7\lib\rt.jar;C:\Program Files\Java\jre7\lib
\sunrsasign.jar;C:\Program Files\Java\jre7\lib\jsse.jar;C:\Program Files\Java\jr
e7\lib\jce.jar;C:\Program Files\Java\jre7\lib\charsets.jar;C:\Program Files\Java
\jre7\lib\jfr.jar;C:\Program Files\Java\jre7\classes, java.vendor=Oracle Corpora
tion, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/,
sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windo
ws, sun.cpu.isalist=amd64}
Initial SessionFactory creation failed.java.lang.NoSuchMethodError: org.hiberna
te.util.ReflectHelper.classForName(Ljava/lang/String;Ljava/lang/Class;)Ljava/lan
g/Class;
Exception in thread "Thread-3" java.lang.ExceptionInInitializerError
at br.com.oficinas.Controle.dao.HibernateUtil.getSessionFactory(Hibernat
eUtil.java:58)
at br.com.oficinas.Controle.dao.Dao.retorna(Dao.java:62)
at br.com.oficinas.Controle.dao.Controller.retorna(Controller.java:27)
at br.com.oficinas.Controle.ClienteRegra.retorna(ClienteRegra.java:111)
at br.com.oficinas.visao.PedidoVisao$18.run(PedidoVisao.java:680)
Caused by: java.lang.NoSuchMethodError: org.hibernate.util.ReflectHelper.classFo
rName(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(Annotat
ionConfiguration.java:788)
at br.com.oficinas.Controle.dao.HibernateUtil.getSessionFactory(Hibernat
eUtil.java:53)
... 4 more
6000 [Thread-4] INFO org.hibernate.cfg.Configuration - configuring from resour
ce: /br/com/oficinas/Controle/dao/hibernate.cfg.xml
6581 [Thread-4] INFO org.hibernate.cfg.Configuration - Configuration resource
: /br/com/oficinas/Controle/dao/hibernate.cfg.xml
7068 [Thread-4] DEBUG org.hibernate.util.DTDEntityResolver - trying to locate
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd in classpath un
der org/hibernate/
7234 [Thread-4] DEBUG org.hibernate.util.DTDEntityResolver - found http://hibe
rnate.sourceforge.net/hibernate-configuration-3.0.dtd in classpath
7278 [Thread-4] DEBUG org.hibernate.cfg.Configuration - hibernate.dialect=org.
hibernate.dialect.MySQLDialect
7279 [Thread-4] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.d
river_class=com.mysql.jdbc.Driver
7281 [Thread-4] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.u
rl=jdbc:mysql://localhost/oficinalanche
7282 [Thread-4] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.u
sername=root
7285 [Thread-4] DEBUG org.hibernate.cfg.Configuration - hibernate.connection.p
assword=vertrigo
7287 [Thread-4] INFO org.hibernate.cfg.Configuration - Configured SessionFact
ory: null
7288 [Thread-4] DEBUG org.hibernate.cfg.Configuration - properties: {hibernate
.connection.password=vertrigo, java.runtime.name=Java(TM) SE Runtime Environment
, sun.boot.library.path=C:\Program Files\Java\jre7\bin, java.vm.version=23.7-b01
, hibernate.connection.username=root, java.vm.vendor=Oracle Corporation, java.ve
ndor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM
) 64-Bit Server VM, file.encoding.pkg=sun.io, user.script=, user.country=BR, sun
.java.launcher=SUN_STANDARD, sun.os.patch.level=Service Pack 1, java.vm.specific
ation.name=Java Virtual Machine Specification, user.dir=C:\OFICINA\OfinaLanche\s
tore, java.runtime.version=1.7.0_13-b20, java.awt.graphicsenv=sun.awt.Win32Graph
icsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jre7\lib\endorsed, os.a
rch=amd64, java.io.tmpdir=C:\Users\Val\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Window
s 7, sun.jnu.encoding=Cp1252, java.library.path=C:\Windows\system32;C:\Windows\S
un\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Win
dows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\
Broadcom\Broadcom 802.11\Driver;c:\Program Files (x86)\ATI Technologies\ATI.ACE\
Core-Static;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.7.0_13\b
in;., sun.awt.enableExtraMouseButtons=true, java.specification.name=Java Platfor
m API Specification, java.class.version=51.0, sun.management.compiler=HotSpot 64
-Bit Tiered Compilers, os.version=6.1, user.home=C:\Users\Val, user.timezone=Ame
rica/Sao_Paulo, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=C
p1252, java.specification.version=1.7, hibernate.connection.driver_class=com.mys
ql.jdbc.Driver, java.class.path=OfinaLanche.jar, user.name=Val, java.vm.specific
ation.version=1.7, sun.java.command=OfinaLanche.jar, java.home=C:\Program Files\
Java\jre7, sun.arch.data.model=64, hibernate.connection.url=jdbc:mysql://localho
st/oficinalanche, hibernate.dialect=org.hibernate.dialect.MySQLDialect, user.lan
guage=pt, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.wind
ows.WToolkit, hibernate.cglib.use_reflection_optimizer=true, java.vm.info=mixed
mode, java.version=1.7.0_13, java.ext.dirs=C:\Program Files\Java\jre7\lib\ext;C:
\Windows\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jre7\lib\re
sources.jar;C:\Program Files\Java\jre7\lib\rt.jar;C:\Program Files\Java\jre7\lib
\sunrsasign.jar;C:\Program Files\Java\jre7\lib\jsse.jar;C:\Program Files\Java\jr
e7\lib\jce.jar;C:\Program Files\Java\jre7\lib\charsets.jar;C:\Program Files\Java
\jre7\lib\jfr.jar;C:\Program Files\Java\jre7\classes, java.vendor=Oracle Corpora
tion, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/,
sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windo
ws, sun.cpu.isalist=amd64}
Initial SessionFactory creation failed.java.lang.NoSuchMethodError: org.hiberna
te.util.ReflectHelper.classForName(Ljava/lang/String;Ljava/lang/Class;)Ljava/lan
g/Class;
Exception in thread "Thread-4" java.lang.ExceptionInInitializerError
at br.com.oficinas.Controle.dao.HibernateUtil.getSessionFactory(Hibernat
eUtil.java:58)
at br.com.oficinas.Controle.dao.Dao.retornaObjetoIgual(Dao.java:67)
at br.com.oficinas.Controle.dao.Controller.retornaObjetoIgual(Controller
.java:32)
at br.com.oficinas.Controle.ProdutoRegra.retornaObjetoIgual(ProdutoRegra
.java:104)
at br.com.oficinas.visao.PedidoVisao$19.run(PedidoVisao.java:722)
Caused by: java.lang.NoSuchMethodError: org.hibernate.util.ReflectHelper.classFo
rName(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(Annotat
ionConfiguration.java:788)
at br.com.oficinas.Controle.dao.HibernateUtil.getSessionFactory(Hibernat
eUtil.java:53)
... 4 more