• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Source code of rt.jar

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

can anyone help me in finding source code of rt.jar.

Thanks in advance.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You already have it in your JDK installation directory, it's in the file src.zip.
 
vicky Aggarwal
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I already checked in src.zip. For e.g. src.zip doesn't include /java/activation folder.
Where can i get source code for files present in /java/activation package.
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vicky Aggarwal wrote:I already checked in src.zip.


Don't you think you might have mentioned that, thus saving the need for Jesper to suggest it?

vicky Aggarwal wrote:src.zip. For e.g. src.zip doesn't include /java/activation folder.


Since there's no java.activation package in the JDK, that's not surprising.

vicky Aggarwal wrote:Where can i get source code for files present in /java/activation package.


If you're talking about javax.activation, have you trird searching the net? I found the source code through Google in less time than it took me to type up this response. The search terms I used were javax activation source
 
vicky Aggarwal
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I apologize for my mistake, i didn't mean /java/activation.
I was referring to /javax/activation package, which is part of rt.jar; which is the reason for mentioning the rt.jar.

Although i was searching for "source code of rt.jar" and was unable to find the source code for /javax/activation package.
But when i tried with /javax/activation directly i found the source code.

Can you please tell me why source code of /javax/activation package is not part of src.zip or Am i still confused ?
 
Darryl Burke
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you search the net for that? The few results I glanced through seemed to indicate it's a licensing issue.
 
Jesper de Jong
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try GrepCode: http://grepcode.com/search/?query=javax.activation
 
reply
    Bookmark Topic Watch Topic
  • New Topic