Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6972
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: File not found problem |
| Date | 2011-08-10 08:52 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <2e6d8fd1-5798-47f2-8f1c-2f68756e4398@glegroupsg2000goo.googlegroups.com> (permalink) |
| References | <d73ff437-5ec3-40d8-a865-4ffcc4617404@t7g2000vbv.googlegroups.com> <j1bv8t$t98$1@dont-email.me> |
markspace wrote: > bruce wrote: >> I'm using NetBeans and get the following error when doing a clean >> build. >> >> java.io.FileNotFoundException: C:\Development\Java\Census.com >> \build.xml (The system cannot find the file specified) >> >> How do eliminate this error. Newbee error: I deleted the Project with >> "Census.com". > > What's your goal here? What do you expect it to do instead? You > deleted the file! > > Please tell us what you actually expect to happen. > > If you don't have a back-up, or a recycle bin, you're pretty much screwed. If the directory still exists somewhere or can be recreated, one can use the "import" capability (I forget the exact menu sequence) or "new project with existing sources" to create a new project over the old source. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
File not found problem bruce <bruceaj@bellsouth.net> - 2011-08-03 09:23 -0700
Re: File not found problem markspace <-@.> - 2011-08-03 10:07 -0700
Re: File not found problem Lew <lewbloch@gmail.com> - 2011-08-10 08:52 -0700
csiph-web