Getting Jar Files

Hi,

This is a very basic question. I would like to have J2SE 1.3.1 jar file so that I can include it into my classpath to use some classes such as java.util.Date version of this jar file. I would like to include in class path rather than installing J2SE 1.3.1 JVM on my computer.

How can I do this?

Thanks for your help in advance.

Rohit

[368 byte] By [RohitCSEDa] at [2007-10-2 20:21:44]
# 1
You basically can't. There are native code programs that are needed too - that is what the JVM really is. It is a translation from Java code to native code. The jar file is only part of the JVM.
stdunbara at 2007-7-13 23:04:19 > top of Java-index,Desktop,Deploying...