View Single Post
  #1  
Old 08.03.2012, 18:28
tommmmmm
Guest
 
Posts: n/a
Default java.lang.VerifyError: Inconsistent stackmap frames error with LinkCrawler

I exported LinkCrawler into a jar file, and in another project tried to use it.

This line:
Code:
 LinkCrawler lc = new LinkCrawler();
gives this error

Code:
java.lang.VerifyError: Inconsistent stackmap frames at branch target 41 in method jd.controlling.linkcrawler.LinkCrawler.crawl(Ljd/controlling/linkcrawler/CrawledLink;)V at offset 64
I tried exporting with various settings - I even tried to export all jDownloader projects with all resources ticked, resulting in 112MB jar file, however the error is still the same.

Any help?

Last edited by Jiaz; 08.03.2012 at 19:04.
Reply With Quote