| Summary: | Getting ClassNotFoundException indicating Source Not Found in red | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Chris Grey <cgrey> | ||||||||||||
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> | ||||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||||||||
| Severity: | normal | ||||||||||||||
| Priority: | P3 | CC: | darin.eclipse | ||||||||||||
| Version: | 3.6 | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Hardware: | PC | ||||||||||||||
| OS: | Windows XP | ||||||||||||||
| Whiteboard: | stalebug | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Chris Grey
Created attachment 163906 [details]
Spanned Zip file. File 1 of 3
This is my workspace folder and project including .metadata folders. Hopefully this will reproduce exactly what I'm seeing for others
Created attachment 163908 [details]
Spanned Zip file. File 2 of 3
Created attachment 163910 [details]
Spanned Zip file. File 3 of 3
Can you attach a screen shot of the problem? Created attachment 163931 [details]
The problem...
This is not an error with the debugger. It looks like you don't have source for the system library class you are in (i.e. the constructor of 'ClassNotFoundException'). Usually when a 'ClassNotFoundException' is thrown you end up at the throws clause (i.e. suspend on uncaught exceptions) - so I'm not sure why it suspended in the constructor of the exception - the thread text just says "suspended". This does not look a debugger problem - looks like your runtime claspath is missing a class (binByte). If you open "ClassNotFoundException" in and editor (using the "Open Type" action), do you see source? Created attachment 163967 [details]
Project View as seen on my machine.
That's what I would've thought that meant. But the binByte.java class is right there along with the disassembler.java file. Refer to the screencapture I've included. Pull down the spanned Zipfile and open it up. You should see the file structure exactly as it exists on my machine. Open the Projects folder as your workspace, and inside you should see the Simulator project.
Have you been able to reproduce this with my files? (In reply to comment #8) > Have you been able to reproduce this with my files? No - what utility are you using to split to zips? what should one use to put them back together? I used Winzip to span them. I've never tried, but I would think that 7-Zip could extract a spanned/split zip archive. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |