Skip to content

Commit

Permalink
Merge pull request hazelcast#126 from bsalzberg/master
Browse files Browse the repository at this point in the history
Fixed client scripts
  • Loading branch information
mdogan committed Apr 16, 2012
2 parents 656ec95 + 6b0805e commit 741e477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hazelcast-client/src/main/resources/client.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@ECHO OFF

java -jar ../lib/hazelcast-client-${project.version}.jar
java -Djava.net.preferIPv4Stack=true -classpath ../lib/hazelcast-${project.version}.jar:../lib/hazelcast-client-${project.version}.jar com.hazelcast.client.examples.TestClientApp
3 changes: 1 addition & 2 deletions hazelcast-client/src/main/resources/client.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh

java -Djava.net.preferIPv4Stack=true -jar ../lib/hazelcast-client-${project.version}.jar

java -Djava.net.preferIPv4Stack=true -classpath ../lib/hazelcast-${project.version}.jar:../lib/hazelcast-client-${project.version}.jar com.hazelcast.client.examples.TestClientApp

0 comments on commit 741e477

Please sign in to comment.