Skip to content

Commit 3ba5f36

Browse files
committed
pvasearchmonitor launcher for jar
1 parent f87668f commit 3ba5f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pva/pvasearchmonitor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JAR=`echo target/core-pva*.jar`
44
if [ -r "$JAR" ]
55
then
66
# Echo use jar file
7-
java -jar $JAR "$@"
7+
java -cp $JAR org.epics.pva.server.PVASearchMonitorMain "$@"
88
else
99
# Use build output
1010
java -cp target/classes org.epics.pva.server.PVASearchMonitorMain "$@"

0 commit comments

Comments
 (0)