Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21528 > unrolled thread

Java source

Started bybob smith <bob@coolfone.comze.com>
First post2013-01-18 09:24 -0800
Last post2013-01-19 23:47 +0100
Articles 6 — 4 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Java source bob smith <bob@coolfone.comze.com> - 2013-01-18 09:24 -0800
    Re: Java source bob smith <bob@coolfone.comze.com> - 2013-01-18 10:20 -0800
      Re: Java source Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-01-18 13:36 -0500
        Re: Java source bob smith <bob@coolfone.comze.com> - 2013-01-18 13:03 -0800
    Re: Java source Roedy Green <see_website@mindprod.com.invalid> - 2013-01-18 15:00 -0800
      Re: Java source Joerg Meier <joergmmeier@arcor.de> - 2013-01-19 23:47 +0100

#21528 — Java source

Frombob smith <bob@coolfone.comze.com>
Date2013-01-18 09:24 -0800
SubjectJava source
Message-ID<48adef10-2d12-479b-a0eb-42cb7e701b01@googlegroups.com>
So, I'm doing some Java Swing development, and I wanted to jump to the source of this method:

java.awt.Window.setVisible(boolean)

However, I'm on a Mac, and I'm not sure how to attach the source.  Anyone know how to do this?

Thanks.

[toc] | [next] | [standalone]


#21531

Frombob smith <bob@coolfone.comze.com>
Date2013-01-18 10:20 -0800
Message-ID<a9d5bd7b-869e-4fc1-a5c2-47fe138374ce@googlegroups.com>
In reply to#21528
On Friday, January 18, 2013 11:24:13 AM UTC-6, bob smith wrote:
> So, I'm doing some Java Swing development, and I wanted to jump to the source of this method:
> 
> 
> 
> java.awt.Window.setVisible(boolean)
> 
> 
> 
> However, I'm on a Mac, and I'm not sure how to attach the source.  Anyone know how to do this?
> 
> 
> 
> Thanks.



I went to the Apple Developer Connection and got some Java thing for Developers.

It was about 150 MB.


Then the source is here:

/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/src.jar


BTW, anyone know why I can't post images to this group?

[toc] | [prev] | [next] | [standalone]


#21532

FromEric Sosman <esosman@comcast-dot-net.invalid>
Date2013-01-18 13:36 -0500
Message-ID<kdc4n4$j6u$1@dont-email.me>
In reply to#21531
On 1/18/2013 1:20 PM, bob smith wrote:
>[...]
> BTW, anyone know why I can't post images to this group?

http://en.wikipedia.org/wiki/Usenet#Binary_content

-- 
Eric Sosman
esosman@comcast-dot-net.invalid

[toc] | [prev] | [next] | [standalone]


#21542

Frombob smith <bob@coolfone.comze.com>
Date2013-01-18 13:03 -0800
Message-ID<73901c6e-ca1c-4818-b5a8-c5cd0d4e1d5e@googlegroups.com>
In reply to#21532
On Friday, January 18, 2013 12:36:20 PM UTC-6, Eric Sosman wrote:
> On 1/18/2013 1:20 PM, bob smith wrote:
> 
> >[...]
> 
> > BTW, anyone know why I can't post images to this group?
> 
> 
> 
> http://en.wikipedia.org/wiki/Usenet#Binary_content
> 
> 
> 
> -- 
> 
> Eric Sosman
> 
> esosman@comcast-dot-net.invalid

Oh yeah.

I forgot the difference between Google Groups and Usenet.

[toc] | [prev] | [next] | [standalone]


#21551

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-01-18 15:00 -0800
Message-ID<krkjf810murose81iak6hl7m41t81kqc01@4ax.com>
In reply to#21528
On Fri, 18 Jan 2013 09:24:13 -0800 (PST), bob smith
<bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone
who said :

>So, I'm doing some Java Swing development, and I wanted to jump to the source of this method:
>
>java.awt.Window.setVisible(boolean)
>
>However, I'm on a Mac, and I'm not sure how to attach the source.  Anyone know how to do this?

This depends on your IDE.  I use IntelliJ.  I point to a word, hit
Ctrl-B and it takes me to the definition.

For it to work, you normally have to do some sort of configuring to
tell your IDE where to look for source code.

Try google "name-of-my-ide java jump to definition source"
-- 
Roedy Green Canadian Mind Products http://mindprod.com
The first 90% of the code accounts for the first 90% of the development time.
The remaining 10% of the code accounts for the other 90% of the development 
time. 
~ Tom Cargill  Ninety-ninety Law 

[toc] | [prev] | [next] | [standalone]


#21578

FromJoerg Meier <joergmmeier@arcor.de>
Date2013-01-19 23:47 +0100
Message-ID<1j5jky2ghp5fs$.r98euby4egt7$.dlg@40tude.net>
In reply to#21551
On Fri, 18 Jan 2013 15:00:32 -0800, Roedy Green wrote:

> On Fri, 18 Jan 2013 09:24:13 -0800 (PST), bob smith
> <bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone
> who said :
>>So, I'm doing some Java Swing development, and I wanted to jump to the source of this method:

>>java.awt.Window.setVisible(boolean)

>>However, I'm on a Mac, and I'm not sure how to attach the source.  Anyone know how to do this?
> This depends on your IDE.  I use IntelliJ.  I point to a word, hit
> Ctrl-B and it takes me to the definition.

> For it to work, you normally have to do some sort of configuring to
> tell your IDE where to look for source code.

On Eclipse, it's F3. If the source is not attached, it will ask you to
locate it.

Liebe Gruesse,
		Joerg

-- 
Ich lese meine Emails nicht, replies to Email bleiben also leider
ungelesen.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web