Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Stack Trace Hyperlink
Stack Trace Hyperlink [message #205247] Mon, 16 April 2007 22:18 Go to next message
Eclipse UserFriend
Originally posted by: Stacey.Acosta.intecbilling.com

Hello,

I'm having trouble with my stack trace hyperlinks. When I click on one,
Eclipse opens the class file instead of the java file. I've fixed this
problem once before on another project but for the life of me I can't
remember how.

Does anyone know where the setting is or how to fix it? Or maybe even
direct me to the correct newsgroup if I have the wrong group.

Thanks,
Stacey
Re: Stack Trace Hyperlink [message #205306 is a reply to message #205247] Tue, 17 April 2007 07:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nugaee.SPAMtlen.pl

Stacey wrote:
> Hello,
>
> I'm having trouble with my stack trace hyperlinks. When I click on one,
> Eclipse opens the class file instead of the java file. I've fixed this
> problem once before on another project but for the life of me I can't
> remember how.
>
> Does anyone know where the setting is or how to fix it? Or maybe even
> direct me to the correct newsgroup if I have the wrong group.
Is this class file yours or from jar library ?

bartek michalik
Re: Stack Trace Hyperlink [message #205523 is a reply to message #205306] Tue, 17 April 2007 16:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Stacey.Acosta.intecbilling.com

"Bartosz Michalik" <nugaee@SPAMtlen.pl> wrote in message
news:f01rbc$51j$1@build.eclipse.org...
> Stacey wrote:
>> Hello,
>>
>> I'm having trouble with my stack trace hyperlinks. When I click on one,
>> Eclipse opens the class file instead of the java file. I've fixed this
>> problem once before on another project but for the life of me I can't
>> remember how.
>>
>> Does anyone know where the setting is or how to fix it? Or maybe even
>> direct me to the correct newsgroup if I have the wrong group.
> Is this class file yours or from jar library ?
>
> bartek michalik


My file.

~s
Re: Stack Trace Hyperlink [message #205625 is a reply to message #205247] Wed, 18 April 2007 05:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Stacey wrote:
> Hello,
>
> I'm having trouble with my stack trace hyperlinks. When I click on one,
> Eclipse opens the class file instead of the java file. I've fixed this
> problem once before on another project but for the life of me I can't
> remember how.

Most likely the problem lies in the runtime classpath for the Launch
Configuration you are using to run your app. Check to see if you have a
JAR containing you classes instead of or ahead of the project itself
(the project is what makes the source automatically available to the
debugger)

Hope this helps,
Eric
Re: Stack Trace Hyperlink [message #205846 is a reply to message #205625] Wed, 18 April 2007 21:21 Go to previous message
Eclipse UserFriend
Originally posted by: Stacey.Acosta.intecbilling.com

"Eric Rizzo" <eclipse5@rizzoweb.com> wrote in message
news:f048nv$kqp$2@build.eclipse.org...
> Stacey wrote:
>> Hello,
>>
>> I'm having trouble with my stack trace hyperlinks. When I click on one,
>> Eclipse opens the class file instead of the java file. I've fixed this
>> problem once before on another project but for the life of me I can't
>> remember how.
>
> Most likely the problem lies in the runtime classpath for the Launch
> Configuration you are using to run your app. Check to see if you have a
> JAR containing you classes instead of or ahead of the project itself (the
> project is what makes the source automatically available to the debugger)
>
> Hope this helps,
> Eric

Thanks for the tip; I checked both the launch config and the classpath file,
neither have any jar that contains any of my classes. The only jars
included are 3rd party jars. :( Also, when I create my jar, the jardesc
stores the jar outside of my workspace. Any other suggestions?

Thanks,
~s
Previous Topic:How can I restore a file?
Next Topic:Testing a drawImage using jcifs to load image
Goto Forum:
  


Current Time: Thu Apr 18 10:42:55 GMT 2024

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

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

Back to the top