Any suggestions on this error java.lang.ClassNotFoundException during 
runtime.  The classpath seems to be identified properly during compilation, 
but I get this error during runtime.

I studied most everything I can find to come up with a way to ensure the 
Classpath is correct during runtime, but no luck.

Just trying to load some flat file data into an Orientdb document database 
using a Java program.  I have the two *.jar files properly identified in 
the Classpath, but something else is obviously missing in the Classpath 
during runtime.

I'm running OrientdB 1.7rc2 SNAPSHOT and the jar files are from that 1.7rc2 
SNAPSHOT


Caused by: java.lang.ClassNotFoundException: 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 1 more

Thanks for the help.  Appreciated.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to