-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.IO.FileNotFoundException: netstandard in ikvmc execution #74
Comments
I discovered the solution to this here. To prevent it from searching for ikvmc -out:log4j.dll F:\Users\shad\Downloads\log4j-core-2.17.2.jar -nostdlib -r:F:\Users\shad\Downloads\IKVM-8.2.0-prerelease.809-tools-netcoreapp3.1-win7-x64\refs\*.dll |
Great, it worked, thanks so much! |
@gglyggly I hoped to let people try it out for a couple releases and expose the more obvious bugs before releasing. So I'd give it another 2 weeks minimum. There are a few issues that I do think are blockers so far. The -nostdlib thing, I think, needs to be resolved first. |
I also ran into this problem, however adding
Without
If I add
Any idea what I am missing? |
You need to add each reference assembly with a -reference option. ikvmc itself won't expand wildcards. Also, you'll need to provide -runtime pointing to the IKVM.Runtime assembly. |
Ah, I see. I was under the impression that globbing was supported, both by the comment above mentioning Manually expanding the list of all reference dll:s (and using a response file with all arguments) got it working 😃 👍 |
can I ask what did you do to got it working I can't repaire it Error: unable to find 'netstandard.dll'. |
I have the same problem today using 8.5.0-develop.690 After this approach fail
=> we need to re-open this issue |
the same error |
Hi
Tool version: IKVM-8.2.0-prerelease.809-tools
I used the ikvmc tool to convert jar to dll as the framework version, with below issue:
The text was updated successfully, but these errors were encountered: