Modify ↓
Ticket #274 (closed defect: fixed)
Objectdistribution ???
| Reported by: | kaisand@… | Owned by: | hauma |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | JP environment | Version: | |
| Severity: | normal | Keywords: | Object Distribution |
| Cc: |
Description
Hey,
when I trying the "helloworld example" using JavaParty 1.9.4 for Windows, the objects were not distributed. I started ONE "jprm" and TWO jpvm on the local computer, which are both connected to the jprm. Then I started the jpc compiled Java file helloworld. The result is the all TEN "helloworld" - outputs appearing on the SAME virtuell machine. Is it a correct behaviour ?
Sincerly , André
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Hi André,
The behavior you described is absolutely correct, there is no reason to worry. As mentioned in the Quick Tour, the output of the application is displayed on the terminal where you invoked the first virtual machine. In order to preserve the original application semantics, JavaParty has to chose a single console for I/O, so it decides for the first one.
Regards, Christian