I’m really new to this JAVA RMI project.
I just wonder what compiler can I use to compile my JAVA source code?
And how to do it?
- I’m trying to compile example source code from http://www.eg.bucknell.edu/~cs379/DistributedSystems/rmi_tut.html
Thanks!!!
You just need to do javac, there is no special requirement. Refer this link.