Sorry, throw this question, that is my fault.
I have another question. Until now, I was able to read huge xml file (several Gbytes) through partition it and parse it with basex part by part. Do we have any new utility that can read 3-5G xml file and parse through basex?
Thanks
Erol Akarsu
On Wed, Mar 26, 2014 at 10:16 AM, Erol Akarsu eakarsu@gmail.com wrote:
Sorry the mail sent incomplete. When I run, I am getting this exception. Actually, I have added all libs to project and eclipse compiles project successfully. but when I run, getting exception. I send in previous email the eclipse project description.
Exception in thread "main" java.lang.NoClassDefFoundError: BaseXException Caused by: java.lang.ClassNotFoundException: BaseXException at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
On Wed, Mar 26, 2014 at 10:14 AM, Erol Akarsu eakarsu@gmail.com wrote:
I am trying to run WikiExample coming as examples in eclipse. I moved all basex jars into lib folder of eclipse project that includes WikiExample basex application. But when I run