i have java daemon , that holds info . it is always working . ( its my code i can kill it and change it ) .
now i like to be able to get and set parameters while this daemon is running with separate java process , they both in the same machine and i have access to the daemon jar's .
is it possible ?
do i use reflation