Error: jdeps failed: failed to run jdeps: %1 不是有效的 Win32 应用程序。 (os error 193)
- Dominant language
- Rust
- Stars
- 181
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to convert Rhino into an executable using jbundle, but I'm encountering an error at runtime.
https://github.com/ahaoboy/rhino-cli
```
jbundle.exe build --input ./jar/rhino-all-1.8.1-20250614.122300-24.jar --output run.exe
✓ JAR: \\?\C:\code\rhino-cli\jar\rhino-all-1.8.1-20250614.122300-24.jar ✓ JDK 21 ready Error: jdeps failed: failed to run jdeps: %1 不是有效的 Win32 应用程序。 (os error 193)
```
Contributor guide
Research direction
Reproduce the Windows failure with `jbundle.exe build` using the linked `rhino-all-1.8.1-20250614.122300-24.jar` input. Trace the build path that invokes `jdeps` and verify that the command completes successfully on Windows without the Win32 application error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, rust
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100