Jar File Not Running From Mssql Stored Procedure?
Hi All I'm trying to run a jar a file from MSSQL stored procedure. But I'm getting the error ''java' is not recognized as an internal or external command,' I'm using the following
Solution 1:
Have you tried including the full path to the java executable (ie: c:\java\jre\bin\java.exe -jar C:\admin\yyyyy\xxxx.jar)?
Post a Comment for "Jar File Not Running From Mssql Stored Procedure?"