Re: How to run jenkins in jdk 1.6

2016-08-26 Thread 'Björn Pedersen' via Jenkins Users
Hi, You should really read the blog post. Jenkins itself need at least JDK1.7 to run (actually only a JRE1.7) . But you can install more than one jdk on a machine, so the jobs can use an older jdk to build soemthing. To configure the available jdks, go to 'manage jenkins' -> 'Configure tools'

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
I got the issue, Looks like backward compatibility is not there for jenkins. after downgrading jenkins version it is able to start with JDK 1.6. Not sure what is behind do not support for older version. anyway thanks guys, much appreciated your help. -Panikera On Fri, Aug 26, 2016 at 5:34 PM

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Chris Selwyn
I suggest you read https://jenkins.io/blog/2015/04/06/good-bye-java6/. Chris Selwyn On 2016-08-26 12:48, Panikera Raj wrote: I have other windows setup which I had JDK 1.6, there I can start jenkins successfully and using for daily activities. -Panikera On Fri, Aug 26, 2016 at 5:06 PM, Chris

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
I have other windows setup which I had JDK 1.6, there I can start jenkins successfully and using for daily activities. -Panikera On Fri, Aug 26, 2016 at 5:06 PM, Chris Selwyn wrote: > You cannot run Jenkins itself on anything less than JDK 7. > What Nicolas was saying was that it is, however,

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Chris Selwyn
You cannot run Jenkins itself on anything less than JDK 7. What Nicolas was saying was that it is, however, still possible to have Jenkins build with JDKs less that JDK 7 by adding them to the Jenkins configuration using the setting in "Manage Jenkins". So you need to have at least JDK 7 insta

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
FYI... I have uninstalled JDK 1.7 version. -Panikera On Fri, Aug 26, 2016 at 4:53 PM, Panikera Raj wrote: > Can you bit elaborate about this, > > how cay achieve this, is there any configuration file where I can specify > to use JDK 1.6 > > -Panikera > > > On Fri, Aug 26, 2016 at 3:55 PM, nic

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
Can you bit elaborate about this, how cay achieve this, is there any configuration file where I can specify to use JDK 1.6 -Panikera On Fri, Aug 26, 2016 at 3:55 PM, nicolas de loof wrote: > You have to distinguish the JDK running jenkins and the JDK building your > project. You can configure

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread nicolas de loof
You have to distinguish the JDK running jenkins and the JDK building your project. You can configure jenkins to build with arbitrary JDK, using Java installations on global configuration and selecting the adequate one for your jobs 2016-08-26 11:22 GMT+02:00 Panikera Raj : > Hi All, > > I have a

How to run jenkins in jdk 1.6

2016-08-26 Thread Panikera Raj
Hi All, I have a problem, please do help me on this First I have installed JDK 1.7 in windows-64 bit machine, then I have started jenkins, in jenkins i have created some projects Called Android and I was able executing successfully, But later I am facing some issue in Android project, so I have d