On 8/2/11 11:12 AM, Carlos de Luna Saenz wrote:
I used the following lines at my main() method, I hope this is the right way to do it:System.out.println("Iniciando variables del programa");System.setProperty("derby.storage.tempDirectory",System.getProperty("java.io.tmpdir"));Thanks again
Hi Carlos,Off the top of my head, that looks right to me. Does that not produce the desired effect?
Thanks, -Rick
