Hi all,
I am struggling with java.util.logging: I have a custom ub-logging.properties which works fine when I run the runme.jar from a directory where there's also the ub-logging.properties - using
but I can find no way to make
java take it from inside the runme.jar itself
If it was allowed to pack it directly into submission.jar, it could again work after the tester unpacked the submission.jar... But from the instructions I think we are not allowed to put any additional files there...
I'm not sure what to do now - am I overlooking a way to make java read it from inside the jar, or is it just not possible? This would be a pity because I wanted to have a "how to start it with application-specific logging" section in the Guide
And of course the standard behaviour of the jdk does not fit too well here...
Thanks a lot for any suggestions!
Sigrid