当前位置: 首页 > 工具软件 > JGroups-ME > 使用案例 >

JGroups 体验

韦棋
2023-12-01

1, Testing your Setup

[gang@dev105 JGroups-2.8.0.GA.bin]$ java -jar jgroups-all.jar

Version:      2.8.0.GA
CVS:          $Id: Version.java,v 1.81 2009/12/01 10:31:13 belaban Exp $

[gang@dev105 JGroups-2.8.0.GA.bin]$

      jgroups-all.jar (required ): JGroups functionality, including demo and junit apps. If a smaller JAR is required, this can be done by downloading the source distribution and invoking the "jar" target, which creates a jgroups-core.jar file (ca 1MB).

 

2, To test whether JGroups works okay on your machine, run the following command twice.If you started them simultaneously, they could initially show a membership of 1 in their title bars. After some time, both windows should show 2. This means that the two instances found each other and formed a group.When drawing in one window, the second instance should also be updated.

 

[gang@dev105 JGroups-2.8.0.GA.bin]$ java -cp jgroups-all.jar -Djava.net.preferIPv4Stack=true -Djgroups.bind_addr=192.168.0.105 org.jgroups.demos.Draw

 

 类似资料: