Search Posts

Having a exe in a java project is trouble when you have AVG anti-virus

I have 3 exe files in my java project, those exe are develop by me but AVG think one of them is virus and block my file. So my eclipse is not able to compile it by maven and my project that depend on it got fail compile too. You can’t white list that files, because when you compile it by maven, you actually move those exe into /target/ folder, even you white list the original exe in /src/ and content of those exe doesn’t change, AVG will still think it is virus. So you should white list the whole project folder.

exe virus 1exe virus 3exe virus 2

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *