Skip to content

elide in windows should run mvn.cmd not mvn #1882

Description

Elide Crash Report

Timestamp: 2026-06-10T17:19:36Z
Origin: kotlin
PID: 25824
Exit Code: 1

Environment

Elide Version: 1.2.0
Build Mode: release
Debug Mode: false
Release Mode: true
Target Arch: compatibility
Python Enabled: true
OS: Windows 11 (amd64)
Java Version: 25.0.3

Exception

Type: java.io.IOException
Message: Cannot run program "C:\Users<USER>\Downloads\elide.windows-amd64\lib\maven\bin\mvn": CreateProcess error=193, %1 is not a valid Win32 application

Stack Trace

java.io.IOException: Cannot run program "C:\Users\<USER>\Downloads\elide.windows-amd64\lib\maven\bin\mvn": CreateProcess error=193, %1 is not a valid Win32 application
	at [email protected]/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)
	at [email protected]/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)
	at dev.elide.cli.commands.MavenCommand.runWithSpinner(MavenCommand.kt:108)
	at dev.elide.cli.commands.MavenCommand.run(MavenCommand.kt:71)
	at dev.elide.cli.commands.Command$Companion.parseAndRun(Command.kt:68)
	at dev.elide.EntryKt.entry(Entry.kt:1213)
Caused by: java.io.IOException: CreateProcess error=193, %1 is not a valid Win32 application
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.functions.JNIFunctions$NewObjectWithObjectArrayArgFunctionPointer.invoke(JNIFunctions.java)
	at org.graalvm.nativeimage.builder/com.oracle.svm.core.jni.functions.JNIFunctions.ThrowNew(JNIFunctions.java:913)
	at [email protected]/java.lang.ProcessImpl.create(Native Method)
	at [email protected]/java.lang.ProcessImpl.<init>(ProcessImpl.java:485)
	at [email protected]/java.lang.ProcessImpl.start(ProcessImpl.java:146)
	at [email protected]/java.lang.ProcessBuilder.start(ProcessBuilder.java:1078)
	... 5 more

Invocation

Subcommand: Maven

Arguments:

elide mvn

Parsed Arguments:

  • debug: false
  • verbose: false
  • quiet: false
  • noColor: false
  • nativeAccess: true

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions