Skip to content

Whether to support GraalVM binary packaging #276

@QYG2297248353

Description

@QYG2297248353

SpringBoot3 uses this project plug-in. I want to know if it is supported to use GraalVM for native packaging when packing. After I finished packing, I prompted that the file does not exist during running.

May I ask which expert can help?

2025-02-19T21:13:41.782+08:00 ERROR 8 --- [AMMDS] [   Async Task-1] w.s.j.p.ffmpeg.DefaultFFMPEGLocator      : Could not find ffmpeg platform executable in resources for <ws/schild/jave/nativebin/ffmpeg-amd64>
2025-02-19T21:13:41.786+08:00 ERROR 8 --- [AMMDS] [   Async Task-1] w.s.j.p.ffmpeg.DefaultFFMPEGLocator      : ffmpeg executable NOT found: /tmp/jave/ffmpeg-amd64-3.5.0

The local operation is normal, but it will not work after packing.

        <!-- ffmpeg -->
        <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-core</artifactId>
            <version>3.5.0</version>
        </dependency>
        <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-nativebin-win64</artifactId>
            <version>3.5.0</version>
        </dependency>
        <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-nativebin-linux64</artifactId>
            <version>3.5.0</version>
        </dependency>
        <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-nativebin-osx64</artifactId>
            <version>3.5.0</version>
        </dependency>
        <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-nativebin-osxm1</artifactId>
            <version>3.5.0</version>
        </dependency>
        <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-nativebin-linux-arm64</artifactId>
            <version>3.5.0</version>
        </dependency>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions