custom packages
Ted Neward
ted at tedneward.com
Tue Oct 30 00:02:27 UTC 2007
(1) This has nothing to do with building the JDK; it's probably more
appropriate to a different list.
(2) You need make no changes to the JVM to make this happen--simply put your
code in a directory and point to it at runtime with the -Xbootclasspath/p
command-line parameter.
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -----Original Message-----
> From: build-dev-bounces at openjdk.java.net [mailto:build-dev-
> bounces at openjdk.java.net] On Behalf Of Roger Abelenda
> Sent: Monday, October 29, 2007 7:39 AM
> To: build-dev at openjdk.java.net
> Subject: custom packages
>
> Hi there, me again :-). I'm implementing an DatagramSocket and a
> datagramPacket and i want to subsitute the ones of the jvm with this
> ones. If you know: where may i put my code and what shall i do to make
> it compile when i compile the jvm?, and , what changes i need to do to
> plug it into the original code to make the jvm call my classes when
> somebody calls the original ones?. I thought to change the
> classloader.c and the resolve.c. Any other options? thanks.
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.503 / Virus Database: 269.15.12/1098 - Release Date:
> 10/29/2007 9:28 AM
>
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.15.12/1098 - Release Date: 10/29/2007
9:28 AM
More information about the build-dev
mailing list