8

我正在使用 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
4

2 回答 2

17

您应该尝试将 Play 放在没有空格的路径中(C:\development\playframework)。

Play2 + windows + 空间不是好朋友 ;)

于 2013-02-23T13:38:38.660 回答
-1

通过转到开始菜单并写入来打开 IIS IIS (INTERNET INFORMATION SERVICE),停止服务,然后刷新页面 (F5)。

于 2013-11-16T20:59:09.937 回答