-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Internal Compiler Error: FileNotFoundException: netstandard (8.6.2.0) #405
Comments
We recommend people simply trying to add a Java library to their .NET application use IkvmReference or MavenReference, as described in the README. The command line options to ikvmc are very long and complicated, and IkvmReference provides them automatically baesd on the build environment. Otherwise, ikvmc needs a -reference argument for each of the ref assemblies that are part of the target framework; and a -runtime argument pointing to the version of IKVM.Runtime you want the generated assembly to bind to. |
Thank you! Understood. I will try that instead then. The message "internal compiler error" sounded like a more general problem. |
When adding the JAR via So for me, the issue could be closed. Thanks for your support! Or do you think, the issue should stay open, because "internal compiler error" requires additional treatment in the code? |
Our poor error messages already have bugs open. |
Symptom
FileNotFoundException
occurred; tool asked to file a ticket.IKVM Version and Package
I used the ZIP package
The Task
I tried to convert a JAR to a DLL by calling
ikvmc
.This was the call and output:
Question
Could there be a simple workaround for the time beeing?
The text was updated successfully, but these errors were encountered: