Я новичок в использовании Play!Framework и следовал руководству на их сайте, и я получил следующую ошибку в консоли при попытке запустить программу.
~
~ play! 1.1, http://www.playframework.org
~
~ Ctrl+C to stop
~
Listening for transport dt_socket at address: 8000
Exception in thread "main" play.exceptions.UnexpectedException: Where is the framework ?
at play.Play.init(Play.java:193)
at play.server.Server.main(Server.java:131)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:131)
at java.util.jar.JarFile.<init>(JarFile.java:150)
at java.util.jar.JarFile.<init>(JarFile.java:87)
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:90)
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:66)
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:71)
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:150)
at java.net.URL.openStream(URL.java:1029)
at play.Play.init(Play.java:178)
... 1 more
Может кто-нибудь, пожалуйста, выяснить, в чем проблема и решение, чтобы решить эту проблему?