测试flume安装是否成功出现Start-Process

求解决一下flume这个问题
Start-Process : 由于出现以下错误,无法运行此命令: 系统找不到指定的文件。。
所在位置 D:\Flume\apache-flume-1.9.0-bin\bin\flume-ng.ps1:189 字符: 10

  • $x = Start-Process $javaPath -ArgumentList "$fullJavaCommand" -Wa ...
    
  •    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : InvalidOperation: (:) [Start-Process],InvalidOperationException    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
    
    我是在Windows下安装的,根据网上的教程环境配置安装了,conf的后缀名也修改了,但上面出现这个,我实在看不懂,忙了一下午了。
    求告知啊,头疼死了
    $x = Start-Process $javaPath -ArgumentList "$fullJavaCommand" -Wait -NoNewWindow

img