Fwd: custom DatagramSocket and DatagramPacket

2007-10-30 Thread Roger Abelenda
Hi 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 Ii need to do to plug it into the original code to make the

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-30 Thread Roger Abelenda
I'm in an academic project implementing an ipv6 stack entirely with java in the jvm, and make the jvm by default call my ipv6 stack. Thanks for advice, i'll try. 2007/10/30, Alan Bateman <[EMAIL PROTECTED]>: > Roger Abelenda wrote: > > Hi I'm implem

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Roger Abelenda
asspath. Suggestions? 2007/10/30, Roger Abelenda <[EMAIL PROTECTED]>: > I'm in an academic project implementing an ipv6 stack entirely with > java in the jvm, and make the jvm by default call my ipv6 stack. > Thanks for advice, i'll try. > > 2007/10/30, Alan Bateman <

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Roger Abelenda
Thath's right, i want in the future not only implment UDP. And how do i modify the makefile to make it put my classes in the apropiate jar, in which jar you think i would put the things? and which files may i modify?. 2007/10/31, Alan Bateman <[EMAIL PROTECTED]>: > Roger Abelend

custom libraries

2007-11-03 Thread Roger Abelenda
I made some libraries and i want opnejdk load them. I putted them in the lib/i386/client directory but it doesn't finds them. Where i may put the libraries? Do i need to make some changes? Thanks

Re: custom libraries

2007-11-05 Thread Roger Abelenda
I solved my problem, it wasn't a matter of the openjdk, I was doing something wrong with the libraries. Anyway, the libraries can go in i386, client, etc, it wasn`t my problem. Thanks anyway. 2007/11/5, Alan Bateman <[EMAIL PROTECTED]>: > Roger Abelenda wrote: > > I made some

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-11-22 Thread Roger Abelenda
well and would be very insterested in talking > about your solution. Are you visible in the subscribers list, maybe I could > contact you by email? > > Thanks, > Cormac > > > Roger Abelenda wrote: > > > > I'm in an academic project implementing an ipv6 s