[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.jdt] Re: Not able to step into JDK source code with Galileo
|
Eric Rizzo wrote:
On 9/3/09 2:22 PM, kwarner wrote:
Environment: Vista 64; Galileo; JDK 1.5.0.20 and JDK 1.6.0.16
Running Galileo on JRE 1.5.0.20
Galileo runs great on Vista 64 with JRE 1.5.0.20 but I cannot step
into any JDK source while debugging. Even the most public source.
Step filtering is disabled and I have a source attachment for rt.jar.
I think this is a bug.
Does anyone on this list know where I can ask a question about this issue
because nobody on this list seems to know anything about this problem and
I really need a solution.
Probably the reason you don't have much response is because it works for
everyone else.
I see, so if and when I get it working for myself and somebody else has that problem,
then I shouldn't tell them how to fix their problem? Interesting way to think but
I would feel guilty not helping out. I'm glad you don't think that way...
Some things to check:
a) how are you certain that Eclipse is running in on a spefic JVM? Are
you using eclipse.ini?
I start Galileo with this .bat file --
start \Eclipse3.5\eclipse\eclipse.exe -Xms256m -Xmx384M -vm \jdk1.5\bin\javaw
That's the way I've always started it in the past. Is the above a bad way to
start Eclipse?
b) You say that you have JDK 1.5 but Eclipse is running in JRE 1.5 -
since the JRE has no source that could be the problem.
I don't understand what you just said. I have JDK 1.5.0.20 installed. And
I have src.zip attached to rt.jar as source in Preferences -> Java -> Installed JRE's
Here's a portion of my Help -> About -> Installation Details -> Configuration ---
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=\Eclipse3.5\eclipse\\plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
java.class.version=49.0
java.endorsed.dirs=D:\jdk1.5\jre\lib\endorsed
java.ext.dirs=D:\jdk1.5\jre\lib\ext
java.home=D:\jdk1.5\jre
java.io.tmpdir=C:\Users\KWARNE~1\AppData\Local\Temp\
java.library.path=D:\jdk1.5\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
Files\Intel\DMIX;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio
Shared\9.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\Pano2QTVR\QTSystem\
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_20-b02
c) In the Launch Configurations you are using to run your
application(s), is it specified to use the JDK that you've attached
source for?
If you mean Project -> Run Configurations then I have {Project JRE(jdk1.5) specified
as the JDK to run my applet with.
Hope this helps,
> Eric
>
Thanks for your time and effort to reply. Maybe your input will provide the push
to get over the hump. I will try uninstalling JDK 1.5 and then reinstalling it.
Maybe I can see something I missed during the previous installation.
Ken
Ken