On 27 Dic, 19:26, lord.zol...@gmail.com wrote:
> Try:
> Select your project in the Project explorer, and right-click and
> select project properties (or just press Alt-Enter) and select the
> Java Build Path property. In there you can add and remove other
> projects or JARS.
I've tried to do this and the jars are reachable from the code, the
"import org.grlea.log.SimpleLogger;" work;
but Simple Log seems doesn't works, probably for the configuration
file...
Where and how i've to put it in my project?
Thanks
Sal
Sal - 28 Dec 2007 17:27 GMT
finally Simple Log and eclipse are working!
i've added the configuration file with adding ad NEW->FILE in my
project. I've exported the project as a jar file application.jar and
i've manually (with WinRar) put your directory org/grlea/log in my
application.jar
And now Simple log works
Thanks for your interesting
Sal