Skip to content

Commit

Permalink
updated java_show_classpath.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 23, 2024
1 parent 07b77ab commit 073ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java_show_classpath.pl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ($)
} else {
unless(open $fh, "jps |"){
warn "\nWARNING: jps failed, perhaps not in \$PATH? (\$PATH = $ENV{PATH})\n";
warn "\nWARNING: Falling back to ps command\n\n";
warn "\nWARNING: Falling back to ps command, may be less accurate\n\n";
open $fh, "ps -e -o pid,user,command |";
}
}
Expand Down

0 comments on commit 073ada5

Please sign in to comment.