Tag Archives: classpath

Solution to “Error starting modern compiler”

Right. So then I had the chance to open a old project in in eclipse today. From an old workspace. Tests still ran, code looked just as bad as badass as before. Running the clean-build target through ant produced a … Continue reading

Posted in Java | Tagged , , , , , | Leave a comment

Generating Class-Path in Jar Manifest with Ant

I’ve recently started to touch Ant. Well, I’ve used it before, but only on the ant clean all level. Now I wanted to write a small build script for a tiny project. Which went off easily enough with the help … Continue reading

Posted in Java | Tagged , , , , | 2 Comments