Vincent Massol wrote:

File toolsJar = new File(javaHome + "/../lib/tools.jar");

I think this could and /should/ be


    new File(javaHome, "../lib/tools.jar");
--
J. B. Rainsberger,
Diaspar Software Services
http://www.diasparsoftware.com :: +1 416 791-8603
Let's write software that people understand


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to