On Sat, Feb 2, 2013 at 9:39 PM, Shawn Heisey <[email protected]> wrote: > On 2/2/2013 9:51 AM, Jack Krupansky wrote: >> >> Okay, I see the distinction now – Lucene/Solr themselves must be built >> with Java 6, but apps that use them can be Java 6 or Java 7 (update 1 or >> later). Got it. > > > Because I'm using log4j, I always build Solr. I do so on the Linux machine > that runs it, which has JDK 7u11. Is this a bad thing to do?
not at all. using 1.7 is actually recommended. We just guarantee that it will run with 1.6 too and our bulidservers check that so a problematic api won't slip through. simon > > Thanks, > Shawn > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
