> -----Original Message----- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > ( I see Glen, in the meantime has beaten me to it :) ) > > Just tried the following: > > - added a member variable to PrintStarter: > > line 90 -> private String pjname; ^^^ Sorry, too fast ;)
> > - added in the PrintStarter constructor: > This should have been: line 94 -> pjname = options.getInputFile().getName(); Then, in the run-method: > line 118 -> pj.setJobName( pjname ); > > That's all! More like it... Greetz, Andreas