i am trying to apply the patch found at this link and once i get to step 5, i
get the error that 'java' is an unrecognized internal or external command.
has anyone applied this successfully?
http://www.adobe.com/support/security/bulletins/apsb07-02.html
current version is 7,0,2,142559
thanks...
cf_dev2 - 29 Nov 2007 00:06 GMT
Did you try using the full path to the exe? For example
c:\cfusionmx7\runtime\jre\bin\java.exe -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v
blst - 29 Nov 2007 00:13 GMT
i have actually, my path is not the same as the one you pasted, but it is
actually the same as the bulletin.
i was hoping that this may be addressed in one the hot fixes, but doesn't seem
to be.
has anyone had any experience with this security fix?
blst - 29 Nov 2007 00:13 GMT
i have actually, my path is not the same as the one you pasted, but it is
actually the same as the bulletin.
C:\JRun4\lib
i was hoping that this may be addressed in one the hot fixes, but doesn't seem
to be.
has anyone had any experience with this security fix?
cf_dev2 - 29 Nov 2007 00:22 GMT
If you're calling "java.exe" at the command line and get the error i 'java' is
an unrecognized internal or external command it usually means you have to
specify the full path to the file "java.exe". ie use
C:\JRun4\lib > c:\fullpathto\java.exe -Dtrace.ci=1 -jar wsconfig.jar
-upgrade -v
instead of just
C:\JRun4\lib > java -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v
Good Luck