Hi all,
i have a doubt. an application is running at one Dos prompt, which creates the instances of one class.I have an other application which is running at different Dos prompt.If i want to access the instances created by the first application from the second application , it is returning the null value,because those two applications running on two different
java virtual machines. Could you pls give me solution for this to get the instance from the first application?
Thanks
Krishna