Hi,
I am having a desktop application on the remote machine that I need to run. so, I am launching the application like below.
\\172.168.1.2\folder1\folder2\java\java.exe pkg1.subpkg1.MainClass
I am calling the java.exe of remote machine and also the class from remote machine itself. (please ignore syntax mistake)
My query is that when I launch the application from my local machine, from where does it consume memory from local or from remote machine. Is it running on the remote machine or on local.
I can see the javaw.exe running on my local machine but that is taking very less memory(when saw Mem Usage in task manager) so rest of the memory is allocated on remote itself ?
Please help !