Hi, I'm new to Click framework. It seems promising to me. But I have to say that installation process is a bit clumsy.
I have just fully installed Eclipse 4.4 + wtp + ClickIDE. I created my project according to a tutorial. But I'm completely unable to run it. I have tried to configure Jetty in my .java file. It could not see classes already presented. And was complaining about missing Logging. Later I tried J2EE Preview server which is presented in Eclipse. I'm getting error like this: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@8c4a77 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category) Any suggestions how to easily run Click applications is welcome. With kind regards. Daniel
