尝试生成语言服务器时 Xtext ServerLauncher 未运行

问题描述

我将 Eclipse DSL 包 2020-09 与 Amazon Corette java 11 一起使用。我按照 https://www.eclipse.org/Xtext/documentation/340_lsp_support.html 中提到的说明生成示例语言服务器。但是,在使用 xtext ServerLauncher (org.eclipse.xtext.ide.server.ServerLauncher) 运行 java 应用程序时,我只收到一些警告,没有进一步的信息可用。也没有创建服务器。日食日志中也没有任何内容。我在这里错过了什么?

控制台输出

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/C:/Users/yellared/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.classLoader.defineClass(java.lang.String,byte[],int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

提前致谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...