"utjazz" wrote : You could create an emtpy file:  
  | 
  |             try{
  |                     File nf = new File("infilename.xml");
  |                     FileWriter fw = new FileWriter(nf);
  |             
  |                     fw.write("where am i");
  |                     fw.close();
  |                     System.out.println("done");
  |             }catch(Exception e){
  |                     System.out.println(e);
  |             }
  | 
  | and then go search for it to see where it got written to.  Just an idea.

That's a very good solution.

thanks, Pedro

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904919#3904919

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904919


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to