Skip to content

Commit

Permalink
Corrected client scripts to use correct classpath and match style of
Browse files Browse the repository at this point in the history
other scripts better.
  • Loading branch information
bsalzberg committed Apr 15, 2012
1 parent 656ec95 commit 6b0805e
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 6b0805e

Please sign in to comment.