Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Cannot find source debugging Java
Cannot find source debugging Java [message #293376] Fri, 21 October 2005 16:54 Go to next message
Eclipse UserFriend
Originally posted by: twallace.email.com

I have a Java app I created in Eclipse. My application compiles. When I
try to debug, however, it cannot find the source to display, even though the
breakpoints are being hit. I've googled, and have not found a suitable
solution. Is there an Eclipse guru out there who is willing to assist me
with this problem?

Tim
MORE INFO Re: Cannot find source debugging Java [message #293383 is a reply to message #293376] Fri, 21 October 2005 19:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: twallace.email.com

I decided to see if there is a setup problem, so I created a very simple
project with one class and only a main() defined. Eclipse still cannot find
the source. I pulled the following from the error log, if it will help
anyone point me to where the error lies:

!ENTRY org.eclipse.debug.core 4 2 2005-10-21 15:16:18.681
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.debug.core".
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/jdt/internal/debug/core/JavaDebugUtils
at
org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.getSourceName(JavaSourceLookupParticipant. java:60)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupPart icipant.findSourceElements(AbstractSourceLookupParticipant.j ava:60)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor$SourceLookupQuery.run(AbstractSourceLookupDirector.java :126)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.doSourceLookup(AbstractSourceLookupDirector.java:461)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.getSourceElement(AbstractSourceLookupDirector.java:711)
at
org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacil ity.lookup(SourceLookupFacility.java:138)
at org.eclipse.debug.ui.DebugUITools.lookupSource(DebugUITools. java:658)
at
org.eclipse.debug.internal.ui.views.launch.LaunchView$Source LookupJob.run(LaunchView.java:176)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!ENTRY org.eclipse.debug.core 4 120 2005-10-21 15:16:18.713
!MESSAGE Error logged from Debug Core:
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/jdt/internal/debug/core/JavaDebugUtils
at
org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.getSourceName(JavaSourceLookupParticipant. java:60)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupPart icipant.findSourceElements(AbstractSourceLookupParticipant.j ava:60)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor$SourceLookupQuery.run(AbstractSourceLookupDirector.java :126)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.doSourceLookup(AbstractSourceLookupDirector.java:461)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.getSourceElement(AbstractSourceLookupDirector.java:711)
at
org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacil ity.lookup(SourceLookupFacility.java:138)
at org.eclipse.debug.ui.DebugUITools.lookupSource(DebugUITools. java:658)
at
org.eclipse.debug.internal.ui.views.launch.LaunchView$Source LookupJob.run(LaunchView.java:176)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

TIA,

Tim

"Tim Wallace" <twallace@email.com> wrote in message
news:djb6fr$l3i$1@news.eclipse.org...
>I have a Java app I created in Eclipse. My application compiles. When I
>try to debug, however, it cannot find the source to display, even though
>the breakpoints are being hit. I've googled, and have not found a suitable
>solution. Is there an Eclipse guru out there who is willing to assist me
>with this problem?
>
> Tim
>
SOLVED Re: Cannot find source debugging Java [message #293446 is a reply to message #293383] Mon, 24 October 2005 15:02 Go to previous message
Eclipse UserFriend
Originally posted by: twallace.email.com

I wiped out Eclipse and downloaded the most recent stable release and
reinstalled. Works, now. It's a shame I had to resort to that, though.

Tim

"Tim Wallace" <twallace@email.com> wrote in message
news:djbf0a$so$1@news.eclipse.org...
>I decided to see if there is a setup problem, so I created a very simple
>project with one class and only a main() defined. Eclipse still cannot
>find the source. I pulled the following from the error log, if it will
>help anyone point me to where the error lies:
>
> !ENTRY org.eclipse.debug.core 4 2 2005-10-21 15:16:18.681
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.debug.core".
> !STACK 0
> java.lang.NoClassDefFoundError:
> org/eclipse/jdt/internal/debug/core/JavaDebugUtils
> at
> org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.getSourceName(JavaSourceLookupParticipant. java:60)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupPart icipant.findSourceElements(AbstractSourceLookupParticipant.j ava:60)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor$SourceLookupQuery.run(AbstractSourceLookupDirector.java :126)
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
> at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.doSourceLookup(AbstractSourceLookupDirector.java:461)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.getSourceElement(AbstractSourceLookupDirector.java:711)
> at
> org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacil ity.lookup(SourceLookupFacility.java:138)
> at org.eclipse.debug.ui.DebugUITools.lookupSource(DebugUITools. java:658)
> at
> org.eclipse.debug.internal.ui.views.launch.LaunchView$Source LookupJob.run(LaunchView.java:176)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
>
> !ENTRY org.eclipse.debug.core 4 120 2005-10-21 15:16:18.713
> !MESSAGE Error logged from Debug Core:
> !STACK 0
> java.lang.NoClassDefFoundError:
> org/eclipse/jdt/internal/debug/core/JavaDebugUtils
> at
> org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.getSourceName(JavaSourceLookupParticipant. java:60)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupPart icipant.findSourceElements(AbstractSourceLookupParticipant.j ava:60)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor$SourceLookupQuery.run(AbstractSourceLookupDirector.java :126)
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
> at org.eclipse.core.runtime.Platform.run(Platform.java:783)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.doSourceLookup(AbstractSourceLookupDirector.java:461)
> at
> org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.getSourceElement(AbstractSourceLookupDirector.java:711)
> at
> org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacil ity.lookup(SourceLookupFacility.java:138)
> at org.eclipse.debug.ui.DebugUITools.lookupSource(DebugUITools. java:658)
> at
> org.eclipse.debug.internal.ui.views.launch.LaunchView$Source LookupJob.run(LaunchView.java:176)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
>
> TIA,
>
> Tim
>
> "Tim Wallace" <twallace@email.com> wrote in message
> news:djb6fr$l3i$1@news.eclipse.org...
>>I have a Java app I created in Eclipse. My application compiles. When I
>>try to debug, however, it cannot find the source to display, even though
>>the breakpoints are being hit. I've googled, and have not found a
>>suitable solution. Is there an Eclipse guru out there who is willing to
>>assist me with this problem?
>>
>> Tim
>>
>
>
Previous Topic:Strange error when calling File.pathSeparator
Next Topic:Eclipse View
Goto Forum:
  


Current Time: Sat Oct 19 08:21:52 GMT 2024

Powered by FUDForum. Page generated in 0.03214 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top