Re: classpath question

2002-09-18 Thread Scott Nichol
AIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 12:50 AM Subject: Re: classpath question hi, That means if i set the classpath upto lib directory only it will include all the classes in all the jars. but atleast it should work..which

Re: classpath question

2002-09-17 Thread Neha Srivastava
: [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 9:56 PM Subject: RE: classpath question Hi ,   To load only those jars which are required and declared in classpath. The iterpreter will look into these CLASSPATH info and load the respective classes.   try

RE: classpath question

2002-09-17 Thread bheemesh
Hi ,   To load only those jars which are required and declared in classpath. The iterpreter will look into these CLASSPATH info and load the respective classes.   try executing 'd:\exercise> java -verbose MyClass   this will display the class files loaded and from which jar.   regards, Bhe