Results 1 to 2 of 2
- 01-16-2013, 03:33 PM #1
Member
- Join Date
- Sep 2011
- Location
- Pittsgurgh, PA
- Posts
- 4
- Rep Power
- 0
"source not found" error in Eclipse
using Eclipse Java EE IDE for Web Developers
Version: Juno Service Release 1
I have a WAR file that I imported into my workspace using eclipse. After importing the WAR file I see that it created a project in Eclipse.
When I switch to "navigator" view I can see that there are .class files in this new project present however when I click on a .class file to open the file I am getting the following error:
"Source not found. There is no source file attached to the class YourClassName.class"
Have any of you experienced this and what do I need to do to resolve this issue?
thanks
MC
- 01-16-2013, 04:27 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 14,422
- Blog Entries
- 7
- Rep Power
- 29
Re: "source not found" error in Eclipse
You clicked on a .class file and Eclipse tries to show the source (.java) file for it and it can't find the source file. Attach the source file for it (if you have it) and Eclipse will show it for you.
kind regards,
JosBuild a wall around Donald Trump; I'll pay for it.
Similar Threads
-
Applet error "Fish.class not found" while running through Chrome.
By DaveAp7 in forum New To JavaReplies: 0Last Post: 02-02-2012, 08:24 AM -
-jGRASP wedge2 error: command "javac" not found.
By ncneeds in forum New To JavaReplies: 0Last Post: 09-28-2011, 10:21 PM -
debugger "Source not found"
By j2me64 in forum EclipseReplies: 2Last Post: 03-30-2010, 11:22 AM -
"source not found" at debug time when creating new class
By rafamd11 in forum New To JavaReplies: 0Last Post: 11-22-2008, 02:49 AM -
Strange error message "Source not found"
By ppayal in forum EclipseReplies: 0Last Post: 11-25-2007, 07:19 PM
Bookmarks