【问题标题】:Error Setting up websphere local development server设置 websphere 本地开发服务器时出错
【发布时间】:2017-07-01 13:44:36
【问题描述】:

已为开发人员安装了 websphere 8.5.5 以及 websphere eclipse 开发工具。使用 websphere 在 eclipse 中设置一个新服务器,并建立一个新的配置文件。 服务器启动正常,当我想通过 jython 脚本(管理>运行管理脚本...)进行设置时,我收到以下错误。 有谁知道问题可能是什么:

Exception in thread "main" java.lang.NoClassDefFoundError: Files
Caused by: java.lang.ClassNotFoundException: Files
    at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
    at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:688)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:667)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:650)
Could not find the main class: Files.  Program will exit.

【问题讨论】:

    标签: server websphere jython websphere-8


    【解决方案1】:

    这看起来像是路径名中的经典空格,例如“程序文件”问题,尝试安装到没有空格的目录。

    【讨论】:

      猜你喜欢
      • 2012-07-01
      • 1970-01-01
      • 2021-08-17
      • 1970-01-01
      • 2021-09-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多