Im getting a strange error when im compiling my code on a server and downloading it and trying to run it on my computer.
Im basically compiling some java files on an
If you use Maven te build your project. try to disable resource filtering in maven-war-plugin like that false in POM file:
false
org.apache.maven.plugins maven-war-plugin 2.3 false WEB-INF/classes ${project.basedir}/target/classes false