|
From: <jz...@xi...> - 2013-11-07 07:28:40
|
what is the error message?
----- Original Message -----
From: Mohit Anchlia
To:
Cc:
Sent:Wed, 6 Nov 2013 17:12:15 -0800
Subject:[Vtd-xml-users] Question about vtdHuge
I have a huge file and I am currently developing this on windows and
testing on windows. But it looks like the VTDHuge is not working with
windows even though I am using 64 bit JVM VTDGenHuge vgh = new
VTDGenHuge();
VTDNavHuge vn = null; public WikiDocIterator(String fname) {
if (vgh.parseFile(fname [1], true, VTDGenHuge.MEM_MAPPED)) [2] {
vn = vgh.getNav(); [3]
log.error("Wiki [4] Iterator initialized");
} else {
log.error("Wiki [5] Iterator not initizlied");
}
}
When I switch to just VTDNav it works fine. As far as I know
MEM_MAPPED can successfully can be used in Linux. But I don't see that
in VTD docs. Could somebody help me understand why I might not be able
ot succesfully parse using the above code? My real execution
environment is linux but I still need to develop and test on windows.
Links:
------
[1] http://sitemail.hostway.com/http:
[2] http://sitemail.hostway.com/http:
[3] http://sitemail.hostway.com/http:
[4] http://sitemail.hostway.com/http:
[5] http://sitemail.hostway.com/http:
|