0

当我尝试在 mobilefirst 开发服务器上运行 mobilefirst 应用程序时,

  1. 一个记事本正在打开,并显示一条警告,“文件名、目录名或卷标语法不正确。
  2. 我收到此错误

    [ERROR   ] FWLSE3002E: The resource is not found.
    FWLSE3041E: No MBean found for MobileFirst project 'Project'.Possibly the MobileFirst runtime web application for MobileFirst project 'Project' is not running. If it is running, use JConsole to inspect the available MBeans. If it is not running, full error details are available in the Worklight Development Server Eclipse Console view.
    

我该如何克服这个问题来检查我的应用程序输出?

4

1 回答 1

0

MobileFirst 平台不支持 Java 8。

您需要降级到 Java 6 或 7,然后重试。看看问题是否消失。

除此之外,在 Windows 中发生这种情况的唯一原因是,如果 ANYTHING 的文件名路径中的任何地方都有特殊字符:http ://www.tomshardware.com/answers/id-2030845/file-directory-volume-标签语法不正确的.html

仔细检查:

  1. 将 Eclipse 文件夹放在 C:\
  2. 称它为目录“eclipse”
  3. 将工作区放在它旁边。
  4. 称之为“工作区”
  5. 打开 Eclipse 并创建一个新项目和应用程序
  6. 称他们为“MyProject”和“MyApp”

错误不应该发生。

于 2015-02-18T04:34:06.770 回答