RE: custom packages

2007-10-29 Thread Ted Neward
(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

OpenJDK and Mercurial

2007-10-29 Thread Kelly O'Hair
Just posted some information on how OpenJDK changes propagate from the team areas to the MASTER area: http://blogs.sun.com/kto/entry/openjdk_mercurial_wheel Build 23 should be hitting the streets in days, and we are actively positioning and testing the Mercurial repositories this week. -kto

custom packages

2007-10-29 Thread Roger Abelenda
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 origin