Open deepbluu opened 10 years ago
What I did is to use the dependencies file on this page with Play 1.2.7: https://gist.github.com/greenlaw110/2868365
When I run "play dependencies" I get this error:
WARNING: These dependencies are missing, your application may not work properly (use --verbose for details),
org.javassist->javassist 3.9.0.GA
When I start the app I get IllegalStateException from browser. Green mentioned something that the javassist version is not compatible with Play's.
What I did is to use the dependencies file on this page with Play 1.2.7: https://gist.github.com/greenlaw110/2868365
When I run "play dependencies" I get this error:
WARNING: These dependencies are missing, your application may not work properly (use --verbose for details),
When I start the app I get IllegalStateException from browser. Green mentioned something that the javassist version is not compatible with Play's.