play framework NoClassDefFoundError
        Posted  
        
            by 
                lhk
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by lhk
        
        
        
        Published on 2012-03-21T18:00:58Z
        Indexed on 
            2012/03/23
            11:29 UTC
        
        
        Read the original article
        Hit count: 440
        
I've downloaded the typesafe stack for windows and created a new project. When I fire up sbt and try to run the new unmodified application there's this error:
[error] java.lang.NoClassDefFoundError: org/jboss/netty/channel/ChannelFactory
just out of curiosity I also tried to compile the project. The error is different:
[error] IO error while decoding .....welcome.template.scala with UTF-8
[error] Please try specifying another one using the -encoding option
What can I do to fix this ?
© Stack Overflow or respective owner