Skip to content

java21模块化引入dashscope编译报错 #96

@wisesean

Description

@wisesean

java21模块化引入报错

找不到模块: dashscope.sdk.java

dashscope maven配置

    <!-- https://mvnrepository.com/artifact/com.alibaba/dashscope-sdk-java -->
    <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>dashscope-sdk-java</artifactId>
        <version>2.20.9</version>
    </dependency>

module-info配置

requires dashscope.sdk.java;

编译报错:

Compilation failure
找不到模块: dashscope.sdk.java

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions