Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where can I find a list of system properties that might be useful for implementing and debugging Java RMI applications?

0
Posted

Where can I find a list of system properties that might be useful for implementing and debugging Java RMI applications?

0

Properties that begin with “java.rmi.” are elements of the public specification and are documented in the Java RMI Specification. Properties that begin with “sun.rmi.” are only supported by certain versions of the JavaTM SE Development Kit (JDK) software from Sun Microsystems. While these “sun.rmi.*” properties can be quite useful for debugging and tuning at runtime, please note that they are not considered part of the public API, and their use is subject to change (or may be removed completely) in future versions of the implementation.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123