I have created Junit tests on my windows machine. I want to deploy these tests on a linux server. I have put the code in the correct directory and the necessary jar files in the classpath on the server. Locally the junit test runs fine, but when I want to compile on the linux server e.g. the test initiateDeliverProcess1FileTest i get: I have created Junit tests on my windows machin