• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

build xml file FileNotFound

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, i need to read and modify one .xml. I need to put the file in some place "inside" the web, for example in \src\java\com\myapp\struts\ where .java are (netbean)... when i use builder.build( \src\java\com\myapp\struts\file.xml) i get

java.io.FileNotFoundException: C:\Archivos de programa\Apache Software Foundation\Apache Tomcat 7.0.27\bin\src\java\com\myapp\struts\listaNotas.xml


off course

C:\Archivos de programa\Apache Software Foundation\Apache Tomcat 7.0.27\bin\

is wrong but i don't know how to do it correctly.
thanks
 
Create symphonies in seed and soil. For this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic