hi im runing an rmi program. this program is runing on a server, and is used by 300 client computers. my question is, is there a way for the clients to use this program without jdk being installed on their system?
I notice that your email address uses the name alex.
The JDK and the JRE are not the same thing. A JDK (a.k.a J2SDK) includes a Java Runtime Environment (JRE) and development tools, such as a Java compiler. A JRE doesn't include the development tools - just the runtime environment.