我正在使用 play framework 2.1.0,我使用命令 play new myfirstapp 创建了新项目,然后我选择了 2 个选项来创建简单的 java 项目,因此它创建了项目
现在,当我通过命令 play run 开始播放时,我得到以下输出
C:\development\application\firstApp\helloworld>play run
[info] Loading project definition from C:\development\application\firstApp\helloworld\project
[info] Set current project to helloworld (in build file:/C:/development/application/firstApp/helloworld/)
Cannot load the JNotify native library (C:\development\Play%20framework\repository\local\net.contentobjects.jnotify\jnotify\0.94\jars\jnotify.jar (The system cannot find the file specified))
Play will check file changes for each request, so expect degraded reloading performace.
--- (Running the application from SBT, auto-reloading is enabled) ---
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000
(Server started, use Ctrl+D to stop and go back to the console...)
现在,当我点击 localhost:9000 时,它在网络浏览器上给了我以下异常
请在此处找到图片:
它已成为我走得更远的瓶颈,请帮助我解决这个问题。关于我的工作站的更多信息
- 它的 windows 8 64 位
- JDK 7