I have tried execute this class as a java application and have got this following error .
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (classFileParser.cpp:3494), pid=4804, tid=5860
# Error: ShouldNotReachHere()
#
# JRE version: 6.0_35-b10
# Java VM: Java HotSpot(TM) Client VM (20.10-b01 mixed mode windows-x86 )
# An error report file with more information is saved as:
# D:\HussainEclipse\GT_GoogleAPI_Android_Sept28\hs_err_pid4804.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
you can find my class file here
any suggestion , what is going wrong ,
i haven't written this class , have just tried to understand , and it should bring me some desired output
also on an ending note this class was importing edu.uci.ics.crawler4j.crawler.Configurations but i could not find any jar for this , but i found a class definition so i created this class in my project which can be found here