Can't copy to a clipboard from a background java application on MAC OSX?

What you are doing is generally referred to as interprocess communication There are various strategies to accomplish this. One of the more 'correct' approaches, in your cotext of two Java applications, would be to use Java RMI.

Don't. What you are doing is generally referred to as "interprocess communication". There are various strategies to accomplish this.

One of the more 'correct' approaches, in your cotext of two Java applications, would be to use Java RMI. Doing it in a non-standard, "hackish" manner like you are with the clipboard is more problematic...as you have discovered the hard way. Even if you did manage to get it running, the possibilities of problems in the future are high.E.g.

: Imagine a Windows update changing the behavior of the clipboard--it would break your app on Windows.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions