Hi Richard Thanks for your reply. Actually, we have both 32-bit and 64-bit JRE installed and the slave still will not launch.
We will work through the suggestions here: https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM But it would be nice to have a definitive 'how-to' for configuring a Win 7 64-bit slave BR David From: [email protected] [mailto:[email protected]] On Behalf Of Richard J Sent: 10 June 2013 20:44 To: [email protected] Cc: David Aldrich Subject: Re: 32-bit or 64-bit JRE for Windows 64-bit slave? Setting up a Windows slave using a default install of Windows Server 2008R2 x64 involves a number of steps. I've finally gotten to the point where I can do it successfully on multiple machines. If you are just having the problem of x64 and x86 java, then you probably forgot the workaround that allows the Jenkins client app find the Java x64. As someone else said, you can specify a java version in the xml, but that assumes that you have already connected. To start the process, after you've installed java x64, adjusted the registry key permissions etc, etc, do the following mklink /H "c:\windows\syswow64\java.exe" "c:\windows\system32\java.exe" On Friday, June 7, 2013 12:35:29 AM UTC-7, David Aldrich wrote: Hi We run several Jenkins slaves on Windows XP 64-bit and are now build a Windows 7 64-bit slave. We found it necessary to install both 32-bit and 64-bit JRE on Windows XP 64-bit in order to get the Jenkins slave to launch. I doubt that installing both JRE's is really necessary. Please can anyone tell me which JRE to install and tell me of anything to specially take note of? Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. Click here<https://www.mailcontrol.com/sr/H!pCtzoqScbGX2PQPOmvUgItITKVa7z0obbbMKXt1PkELLxGmYYML7xdvKjde1VZnaJTc!iDLu+n9BVBzDB66w==> to report this email as spam. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
