Getting Ljava.lang.StackTraceElement error
807580Jan 27 2010 — edited Jan 28 2010Hi,
I developed a jar file that has h2.jar in the classpath.
I run the program in eclipse and everything goes well.
When I execute jar out of my project, and put it in c:
including the h2.jar, and call:
C:\>java -jar myJar.jar classpath c:\h2.jar
I get: Ljava.lang.StackTraceElement .
AnyBody has a clue ?
Thanks