I need to shell out to a .jar (java) file.
I have tried: intStart_Summary = Shell("C:\Program Files\SMARTPss\HateCrime.jar", vbHide) ' Run Jar Executable
and I have tried: Shell ("C:\Program Files\SMARTPss\HateCrime.jar"
, (vbNormalNoFocus)
There must be something I am missing.
I know the jar executable works since I can double click on it and it works just fine.
When I try to shell out to it tho I get an invalid procedure error.
Run time error 5
Thanks for any help
TheKing
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)
I have tried: intStart_Summary = Shell("C:\Program Files\SMARTPss\HateCrime.jar", vbHide) ' Run Jar Executable
and I have tried: Shell ("C:\Program Files\SMARTPss\HateCrime.jar"
There must be something I am missing.
I know the jar executable works since I can double click on it and it works just fine.
When I try to shell out to it tho I get an invalid procedure error.
Run time error 5
Thanks for any help
TheKing
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)