I have 2 separate Java Applications running at a time. (Two separate javaw.exe) I need to share an object between them while they are running.
What is the simplest
You can use TCP
Example: http://www.java-samples.com/showtutorial.php?tutorialid=1167