BE CAREFULL ! You have a version mismatch between jre and jdk ! My rt.jar is the same in both jdk and jre.
 
Cheers,
 
Florin
-----Urspr�ngliche Nachricht-----
Von: hterrolle [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 3. April 2003 11:56
An: [EMAIL PROTECTED]
Betreff: Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] Modifying java source

Hi,
 
Thanks for the information. I find out that i cannot extract rt from JRE and that the size of that file beetwen JDK and JRE is different. Si i ask if i can copy the JDK RT directory to JRE ?
 
thanks
-----Message d'origine-----
De : Florin Herinean <[EMAIL PROTECTED]>
� : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : jeudi 3 avril 2003 11:49
Objet : [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] Modifying java source

Java has a strange policy of using the classes. When compiling, it uses rt.jar from the jdk, but when running with java, it uses rt.jar from the jre. So you need to change both of them.
 
Cheers,
 
Florin
-----Urspr�ngliche Nachricht-----
Von: hterrolle [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 3. April 2003 11:42
An: [EMAIL PROTECTED]
Betreff: Re: [JAVA3D] AW: [JAVA3D] Modifying java source

Hi Florin,
 
It is nive to know that some people are here to help you. I do not do it yet i do not fell good enough.
 
So i replace the .JAVA in SRC directoriy and all the .CLASS in rt (in JDK 1.4 only) I thought about changing it in the JRE but i have not done it yet.
 
I try right now and let you know
 
thanks
-----Message d'origine-----
De : Florin Herinean <[EMAIL PROTECTED]>
� : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : jeudi 3 avril 2003 11:30
Objet : [JAVA3D] AW: [JAVA3D] Modifying java source

Are you using -Xbootclasspath/p: to set the classpath to your modified code, or have you replaced the class in rt.jar ? If you replaced it, then I hope that you have done it in both rt.jar files, in the sdk and in jre.
 
Cheers,
 
Florin
 
P.S. Why do you need to change a class from the jdk distribution ?
-----Urspr�ngliche Nachricht-----
Von: hterrolle [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 3. April 2003 11:21
An: [EMAIL PROTECTED]
Betreff: [JAVA3D] Modifying java source

Hi,
I got one question. I tryt to modified some java source from the JDK 1.4 i could modified the code recompile but when i debug the change are not taken into account but i can see that the code is still changed.
 
thanks

Reply via email to