From: Joerg K. W. <we...@in...> - 2004-11-12 15:09:09
|
Hi Ambrish, 1. LOG4J requires its property file in the classpath. If you use the source code distribution (strongly recommended) this will be copied automatically to joelib/build/log4j.properties 2. Seems that there are the required libraries missing which are located under joelib/lib/log4j.jar Please check carefully if the properties and the libraries are part of your classpath. You can resolve such things dynamically via ANT or the included shell scripts. For Windows and your own potential application you must check such things 'by hand'. Kind regards, Joerg > hi > thanx for the prompt reply..... > i am having problem s like > 1.package org.apache.log4j does not exist import org.apache.log4j.Category; > 2. private static Category logger = Category.getInstance( > > I tried to configure log4j but still the problem persists. i also searched for the solution but got some hits like This class has been deprecated and replaced by the Logger subclass > should i replace that in my program. > > > > > > "Joerg K. Wegner" <we...@in...> wrote: > Hi Ambrish, > > >>i am a new user to JOELib but am not able to make out how to get started with the package.... >>Can somebody write to me in detail how to start and if i want to write a program using this package where will i have to store the program i.e whether in same directory? > > I recommend to start with all examples in joelib/src/joelib/test > Have a look at them and try to understand them, then you will know the > basic functionalities. > > >>Also i am getting problem with setting with JOELib enviornment. > > That's to sloppy fomulated. > What are your problems: Java, ANT, eclipse, properties files, > protonation model, atom typer, ... > > Kind regards, Joerg -- Dipl. Chem. Joerg K. Wegner Center of Bioinformatics Tuebingen (ZBIT) Department of Computer Architecture Univ. Tuebingen, Sand 1, D-72076 Tuebingen, Germany Phone: (+49/0) 7071 29 78970 Fax: (+49/0) 7071 29 5091 E-Mail: mailto:we...@in... WWW: http://www-ra.informatik.uni-tuebingen.de -- Never mistake motion for action. (E. Hemingway) Never mistake action for meaningful action. (Hugo Kubinyi,2004) |