-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> I am trying to do some debugging of the Package class .... from
> java.lang
>
> I was wondering how to put my change JDK jar file with debug for jserv
> to use ...

i believe what u want to do is place your jar before the classes.zip in the
classpath.

set classpath=c:\myjar\myjar.jar;c:\jdk1.1.6\lib\classes.zip

when the classloader runs, it should load your class as long as the package
name is the same as that in classes.zip

regs,
--------------------------------------
Nimret Sandhu
Dev Geek
http://nimret.penguinpowered.com
EC Direct Corp
http://www.ecdirect.com




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to