gpt4 book ai didi

java - 无法找到或加载主类 com.sun.tools.internal.xjc.Driver

转载 作者:行者123 更新时间:2023-12-03 23:05:24 25 4
gpt4 key购买 nike

我想使用 IntelliJ 工具并使用 JAXB 从 XML 模式生成 Java 代码,但我遇到了上面提到的错误问题。
JAXB tool window
这是我的 .xsd 文件,我想从以下位置生成代码:

<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://localhost:9090/api/productions/list"
targetNamespace="http://localhost:9090/api/productions/list"
>

<xs:element name="getProduction">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:long"/>

</xs:sequence>
</xs:complexType>
</xs:element>

<xs:element name="getResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="production" type="tns:production"/>

</xs:sequence>
</xs:complexType>
</xs:element>

<xs:complexType name="production">
<xs:sequence>
<xs:element name="id" type="xs:long"/>
<xs:element name="guid" type="xs:string"/>
<xs:element name="name" type="xs:string"/>
</xs:sequence>
</xs:complexType>

</xs:schema>
有谁知道问题是什么?

最佳答案

恐怕JDK 9 及更高版本不支持从IntelliJ IDEA 运行jxc。请查看 IDEA-179691和相关问题以获取更多信息。
“使用 JAXB 从 Java 生成 Xml 模式”操作应该适用于 Java 8。

关于java - 无法找到或加载主类 com.sun.tools.internal.xjc.Driver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63011942/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com