Singh Raina, Ajeet wrote:
I removed the rem and where but it dint solved my issue.
See https://bugzilla.redhat.com/show_bug.cgi?id=431681
Now the modified batch file :echo offif not "%JAVA%foo"=="foo" goto launchjava > nul 2>&1 || goto findjreset JAVA=java goto launch:findjreecho The Java Runtime Environment is installed on this machine, but theecho command java.exe is not in your PATH. You can either make sure java.exeecho is in the PATH, or edit this script to set JAVA to the full path of echo java.exe pause goto end:findjdkreg QUERY "HKLM\SOFTWARE\JavaSoft\Java Development Kit" > nul 2>&1 || goto nojavaecho The Java Development Kit is installed on this machine, but theecho command java.exe is not in your PATH. You can either make sure java.exeecho is in the PATH, or edit this script to set JAVA to the full path of echo java.exe pause goto end:nojavaecho Java does not appear to be installed on this machine. Please download and install the Java Runtime Environment and make sure the java.exe command is in the PATH of this command.pause goto end:launch set BASEPATH=. set FIDMCONSOLEJARDIR=%BASEPATH% set CONSOLEJARDIR=%BASEPATH% set JSSDIR=%BASEPATH% set LDAPJARDIR=%BASEPATH%set PATH=%BASEPATH%;%PATH%echo on"%JAVA%" "-Djava.library.path=%JSSDIR%" -cp "%JSSDIR%/jss4.jar;%LDAPJARDIR%/ldapjdk.jar;%CONSOLEJARDIR%/idm-console-base.jar;%CONSOLEJARDIR%/idm-console-mcc.jar;%CONSOLEJARDIR%/idm-console-mcc_en.jar;%CONSOLEJARDIR%/idm-console-nmclf.jar;%CONSOLEJARDIR%/idm-console-nmclf_en.jar;%FIDMCONSOLEJARDIR%/fedora-idm-console_en.jar" -Djava.util.prefs.systemRoot=%HOME%/.fedora-idm-console -Djava.util.prefs.userRoot=%HOME%/.fedora-idm-console com.netscape.management.client.console.Console %*:endPls Help???This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.------------------------------------------------------------------------ -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users
<<attachment: smime.p7s>>
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users