you are getting conflicts. javax.jms refers to JMS java message service ie EJB.
As far as target release ... How are you naking the jar file? ant file? IDE? Maven? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 4:35 PM To: Log4J Users List Subject: Re: jaxp.jar and parser.jar? I made some minor modifications to the source code and I'm trying to build a new jar file. I'm getting this error: javac: target release 1.1 conflicts with default source release 1.5 Which I assume means I need to install jdk1.1 (fun). However, I am also getting some other compile errors (in eclipse) like: The import javax.jms cannot be resolved MessageRenderer.java Which I assume is because of the missing jar files. -Lawrence On Thu, Sep 15, 2005 at 04:32:36PM -0500, Harp, George wrote: > did you check inside the jars see if there is an apache package? > > Do you just want the log4j jar file? > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 15, 2005 4:31 PM > To: [email protected] > Subject: jaxp.jar and parser.jar? > > > According to the INSTALL notes: > > "Log4j is shipped with jaxp.jar and parser.jar files under the build/lib/ > directory." > > however build/lib/ is no where to be found, and I have no clue how to get > these jar files. > > Thanks! > > -Lawrence > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- 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]
