-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels