This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes class loaders Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "class loaders" Watch "class loaders" New topic
Author

class loaders

rajkumar sound
Greenhorn

Joined: Aug 29, 2008
Posts: 11
The BootStrap Class loaders loads, rt.jar & i18n.jar.

1. What is rt.jar & i18n.jar?

2. what is the content of these two jar files?

Please reply me

Thanks,
RAJ
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
Find the two files, which should live somewhere in your Java installation folder, copy them to some convenient location, and unzip them. Then you can see what they contain. Hint: I think "rt" is short for runtime and "i18n" is short for "internationalisation."
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: class loaders
 
Similar Threads
Custom Class loaders
Running servlets
weblogic class loaders(ejb and web)
system level classpath, application level classpath, classloader
cp not being recognised