Quote:
Originally Posted by alexandra27
I have a NullPointerException in the main method.
|
Does the NullPointerException look like this:
Exception in thread "main" java.lang.NullPointerException
at common.utils.ExtFilter.isValid(ExtFilter.java:102)
at common.utils.ExtFilter.isValid(ExtFilter.java:120)
at common.utils.FileUtils.getZipFileList(FileUtils.ja va:134)
at manga.ConvertManga.main(ConvertManga.java:1329)
If so then someone else has already pointed this out to me, it has been fixed, and I will release the update in a few days.
If that is not the error you get, please post the full exception and I will look into it.