Satish,
If you really mean that you want to run WebLogic on Unix and debug from Eclipse running on Windows, then you’ll have to look into the remote debugging support that Eclipse provides. Details are in the Help system.
MyEclipse is designed to facilite development debugging, rather than deployment, and as such launches your server on the same machine as Eclipse to facilitate debugging.
However, if you really mean that you want to use the WebLogic installation on Unix, but launch WebLogic on your Windows machine, then theoretically you need to map a network drive on Windows to point to your WebLogic installation then configure it as you would a local installation. Unfortunately, I don’t have any experience with this sort of distributed configuration, but perhaps someone else here can help out.
If nothing else, you can give it a try and report any specific problems you encounter to see if anyone has any ideas on how to fix them.
–Scott
MyEclipse Support