Hi guys, I am doing my dissertation about RMI. Does anyone know where can I get the source code of RMI? cause I need to compile andadd some new features on that. Hope to get response. Thanks
[211 byte] By [eggplantslca] at [2007-10-2 20:08:05]
You can download the source of Sun's JDK implementation at http://www.sun.com/software/communitysource/j2se/java2/download.xmlThe rmi implementation (all sun.rmi classes) are located in the .\j2se\src\share\classes\sun\rmi directory.Genady