Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Hovers and Declaration in Windows
Hovers and Declaration in Windows [message #298142] Wed, 25 January 2006 13:14 Go to next message
Eclipse UserFriend
Originally posted by: Crash1hd.shaw.ca

Hello everyone!

I was wondering why is it that when I run eclipse 3.1.1 in linux I get the
declarations of jdk stuff for example if I mouse over println in
System.out.println(); I get:

public void println(String x) {
synchronized (this) {
print(x);
newLine();
}
}
in the declarations window

yet when I do this in the same program running in windows I get nothing?

the same goes for hovers If I mouse over something it tells me about it
yet in windows nothing happens so for the same example of
System.out.println(); I get:

Terminate the current line by writing the line separator string. The line
separator string is defined by the system property line.separator, and is
not necessarily a single newline character

and again in windows I get nothing???

what do I need to do to add this feature to the windows eclipse?
Re: Hovers and Declaration in Windows [message #298173 is a reply to message #298142] Thu, 26 January 2006 06:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.eclipse.org

Adam wrote:

> Hello everyone!
>
> I was wondering why is it that when I run eclipse 3.1.1 in linux I get
> the declarations of jdk stuff for example if I mouse over println in
> System.out.println(); I get:
>
> public void println(String x) {
> synchronized (this) {
> print(x);
> newLine();
> }
> }
> in the declarations window
>
> yet when I do this in the same program running in windows I get nothing?

Looks like the installed JRE does not contain source under Windows.

Dani

>
> the same goes for hovers If I mouse over something it tells me about
> it yet in windows nothing happens so for the same example of
> System.out.println(); I get:
>
> Terminate the current line by writing the line separator string. The
> line separator string is defined by the system property
> line.separator, and is not necessarily a single newline character
>
> and again in windows I get nothing???
>
> what do I need to do to add this feature to the windows eclipse?
>
Re: Hovers and Declaration in Windows [message #298378 is a reply to message #298173] Mon, 30 January 2006 09:35 Go to previous message
Eclipse UserFriend
Originally posted by: Crash1hd.shaw.ca

Hello,

Thankyou for the reply.

I ended up figuring out over the weekend that I had to jre's installed and
after removing the old jre and rebooting everything works fine now

Adam

Thanks again
Previous Topic:SDK Examples feature not found
Next Topic:Eclipse 3.1 Test Framwork : org.eclipse.ant.optional.junit\fragment.xml broken?
Goto Forum:
  


Current Time: Wed Jul 16 00:17:31 EDT 2025

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

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

Back to the top