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
T[sup]h[/sup]e[sub]K[/sub]i[sup]n[/sup]g
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
T[sup]h[/sup]e[sub]K[/sub]i[sup]n[/sup]g