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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -