Skip to content

Trying to run a exe converted from a runnable jar, I get "Could not locate ikvm.home when establishing VFS". #353

Closed Answered by wasabii
apn-hroussel asked this question in Q&A
Discussion options

You must be logged in to vote

IKVM has changed significantly since then. It now requires most of what a normal JRE would require: a corresponding lib/ directory, with items like tzdata, currency.data, java.policy, java.security, etc.

We also provide a full JDK release, with a bin/java.exe executable, etc, that you can use to run a traditional Java application JAR with the same options and capabilities as a normal JDK (IKVM-image).

Though of course you can still run ikvmc by hand, the required options have increased, and it doesn't handle packaging up all of the required components. If you're doing this by hand, you'll need the lib/ directory from the IKVM-image release artifact.

IKVM goes about locating the required J…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@apn-hroussel
Comment options

Answer selected by apn-hroussel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants