Well, here it is.
I really do not know if it's a bad or a good practice
nor what are the possible damaging consequences of it
but I changed the value of the "user.dir" (user's current
working directory) property of the "System" class to
the root of my Eclipse project:
> Let us say for instance that the root of my Eclipse project is:
> "C:\foo\bar\myEclipseProject\"
>
> I added to my program the following line:
> System.setProperty("user.dir", "C:\\foo\\bar\\myEclipseProject");
>
And the program does what it is supposed to do... (generate at
the desired place the pdf file corresponding to a given (xml, xsl)
pair of files thanks to the fop processor).
Thanks for reading,
--
Lmhelp
--
View this message in context:
http://www.nabble.com/Fop-in-Java-and-Eclipse-tp23370964p23387748.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]