java - making changes in the lift app in eclipse -


i working lift webframe work integrated eclipse. have downloaded 1 sample app github , i'm trying add more lines it. if error occured in project, localhost:8080 showing errors after have fixed them. after making each changes used stop , start server. error still showing:

   exception occured while processing /   message: java.lang.noclassdeffounderror: not initialize class code.lib.dependencyfactory$ code.snippet.helloworld.date(helloworld.scala:12) code.snippet.helloworld$$anonfun$howdy$1.apply(helloworld.scala:15)    .......    .......    ....... 

i've tried revert changes made me initial state of example project, without luck.

what can this?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -