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 Abelenda wrote: > > I also

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Alan Bateman
Roger Abelenda wrote: I also need to make other classes in my implementation (apart of the Datagrams) visible by any class when i'm using the "modifyed" jvm. I'm meaning thath those classes can be imported without setting nothing after compiling de jvm. I want to make them part of the standard cl

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Roger Abelenda
I also need to make other classes in my implementation (apart of the Datagrams) visible by any class when i'm using the "modifyed" jvm. I'm meaning thath those classes can be imported without setting nothing after compiling de jvm. I want to make them part of the standard classpath. Suggestions? 2