We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87668f commit 3ba5f36Copy full SHA for 3ba5f36
core/pva/pvasearchmonitor
@@ -4,7 +4,7 @@ JAR=`echo target/core-pva*.jar`
4
if [ -r "$JAR" ]
5
then
6
# Echo use jar file
7
- java -jar $JAR "$@"
+ java -cp $JAR org.epics.pva.server.PVASearchMonitorMain "$@"
8
else
9
# Use build output
10
java -cp target/classes org.epics.pva.server.PVASearchMonitorMain "$@"
0 commit comments