Hi, I have an exe which I build with launch4j, but some windows users are getting the error below.
Double click exe to start product. See log4j:WARN error. See details in attachment.
I dont explicitly use launch4j, but am getting these issues. Is there something in the cofig I need to tweak to init the log4j or do I have to include a base set of properties for it?
Thanks
Barry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have an exe which I build with launch4j, but some windows users are getting the error below.

Double click exe to start product. See log4j:WARN error. See details in attachment.
I dont explicitly use launch4j, but am getting these issues. Is there something in the cofig I need to tweak to init the log4j or do I have to include a base set of properties for it?
Thanks
Barry
gak! I meant to say I dont explicitly use LOG4J , but am seeing these issues. We use launch4j all the time! :)
Hi, launch4j does not use log4j so there is nothing to configure in this regard. Perhaps one of the java libraries you're using requires this?
Thanks Gregorz. I think we found the culprit. Thanks for the confirmation.