RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 9:52 AM: Hi I just installed some commons projects and from now when I want to have help in eclipse I get error about common logging. What do you mean with I just installed some commons projects ? What is the classpath used in Eclipse (see also

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's for your help. I have no more access to help, so no way to read head about conf. In fact I have installed httpclient to make an application and as I had some difficulties with, I tried many things. Now httpclient is working good for me and my appli is working, but as side effect I

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 11:24 AM: Hi Jorg Thank's for your help. I have no more access to help, so no way to read head about conf. ??? Help/About/Configuration does not call anything of the Eclipse help, its just the path in the Eclipse menu structure. In fact I have

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg Thank's, with your help I finally find out what was going on. I had added commons-logging.jar in J2RE/lib/ext. As soon as I take it off the problem desappear. I don't really understand why but.. Any ideas welcome Have a nice time. Andre Jörg Schaible wrote: A Leg wrote on Wednesday, March

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg My problem is when I take common-logging of from the J2RE/lib/ext in my appli I get NoClassDefFoundError even with commons-logging.jar passed in the command line... Andre {orion:rcs} java -classpath

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 12:29 PM: Hi Jorg Thank's, with your help I finally find out what was going on. I had added commons-logging.jar in J2RE/lib/ext. As soon as I take it off the problem desappear. I don't really understand why but.. Different classloaders. Search

RE: [logging] pb using eclipse

2005-03-09 Thread Jörg Schaible
A Leg wrote on Wednesday, March 09, 2005 12:58 PM: Hi Jorg My problem is when I take common-logging of from the J2RE/lib/ext in my appli I get NoClassDefFoundError even with commons-logging.jar passed in the command line... Andre {orion:rcs} java -classpath

Re: [logging] pb using eclipse

2005-03-09 Thread A Leg
Hi Jorg I try httpclient in another place and I get a problem too. I don't understand and worse I don't find any solution. Thank's for your help. Andre {orion:rcs} java -classpath