You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README says the you can add the jcd.* properties to a file specified by the property jcd.properties, but this actually doesn't work. The current implementation uses a static initializer in the Network class, but the properties loaded there are not referenced by the MBeanServer class.
The text was updated successfully, but these errors were encountered:
I'll test it out. I'll probably refactor it a bit so that configuration is separate from the Network class (which is mainly just constants); it's a bit strange that that's where the global config is.
The README says the you can add the jcd.* properties to a file specified by the property jcd.properties, but this actually doesn't work. The current implementation uses a static initializer in the Network class, but the properties loaded there are not referenced by the MBeanServer class.
The text was updated successfully, but these errors were encountered: