Modify

Ticket #274 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by huetter

  • Status changed from new to closed
  • Resolution set to fixed

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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.