source for tools.jar
Hey,
Can anyone help me regarding the source of tools.jar file. It was missing in the src zip file. So where can I find the source of tools.jar.
I am particularly interested in the source of sun.tools.java.Constants
Can anyone let me know where I can find that source file..
-rajveera
[325 byte] By [
rajveera] at [2007-9-30 6:09:32]

src.zip only contains the Java sources of the java.* and javax.* classes in rt.jar. It does not include any sun.* classes, and definitely nothing from tools.jar.
To get these sources, you have to sign up for a Sun Community Source License (not hard to get, but read the terms carefully as you how you can use the sources), and get the sources to the entire JDK (1.4.1 or 1.4.2). It may not be the latest, but it'll get you something close enough to the latest to just play with..