Seems to me your first step should be to find out if you actually have a problem. You said
For some reason the VTD Huge API seems to fail while parsing and doesnt seem to be able to complete parsing the file...
which suggests that you don't quite know whether the code worked or not. So first find out whether it's working or not. Does it produce the output you expected? Or does it throw an exception? If there's a problem, it may be as simple as not setting your classpath correctly, so asking people to provide solutions for problems which may not be your problem is really a waste of time for all concerned.