Is there a way in Java to add a file to the classpath without overwriting the existing one?
So that the application would take what is provided to it (whatever other means are used for that) but adding just this one more file I provide.
I don't want to do it on the fly by the application - but on starting it. -cp overwrites the classpath - That's what I don't like. Is there another option?