Page 1 of 1

Unable to import a new indicator

Posted: Sun Mar 14, 2021 9:52 am
by jeff87
Hi,

I've build a jar using this tutorial:
https://bookmap.com/forum/viewtopic.php?f=3&t=52
I have added my indicator in the source code, build it, and it's inside the jar. But when i import it into bookmap, it doesn't display it in the list.
Is there a problem of caching with bookmap when we load jar files?

Re: Unable to import a new indicator

Posted: Mon Mar 15, 2021 8:02 am
by Svyatoslav
Hi. Start with inspecting the logs that were produced first time you tried loading this jar file. There are no known caching issues, typically you'll find something like classes being compiled with wrong version of Java (above java 14 for 7.2).