diff --git a/cave/build/static/linux/cave/cave.sh b/cave/build/static/linux/cave/cave.sh index b3cce3d4c8..2b09b4c8f0 100644 --- a/cave/build/static/linux/cave/cave.sh +++ b/cave/build/static/linux/cave/cave.sh @@ -233,11 +233,8 @@ curTime=`date +%Y%m%d_%H%M%S` shift done - # Special instructions for the 64-bit jvm. - ARCH_ARGS="" - if [ -f /awips2/java/jre/lib/amd64/server/libjvm.so ]; then - ARCH_ARGS="-vm /awips2/java/jre/lib/amd64/server/libjvm.so" - fi + # Eclipse recommends explicitly setting the JVM to use + ARCH_ARGS="-vm /awips2/java/bin/java" lookupINI "${USER_ARGS[@]}" diff --git a/edexOsgi/com.raytheon.uf.tools.cli/impl/capture b/edexOsgi/com.raytheon.uf.tools.cli/impl/capture index cc6d40b108..cc8adc2f0d 100644 --- a/edexOsgi/com.raytheon.uf.tools.cli/impl/capture +++ b/edexOsgi/com.raytheon.uf.tools.cli/impl/capture @@ -51,7 +51,7 @@ usage() { echo " The servers to grab top information from, make sure list is quoted and space delimited" echo echo -e "-d {y/n}\t\tdefault [$RUN_JMAP]" - echo " Run jmap to grab the head dump information" + echo " Run jmap to grab the heap dump information" echo echo -e "-e {request/ingest/ingestGrib/ingestDat}" echo " Run edex mode and grab information about the jvm passed. May be used multiple times to grab data about multiple jvms"