Replies: 1 comment 11 replies
-
Make sure the project is a SDK style project. We do not support old style csproj formats. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working away at this for a couple of days, and I'm sure I'm missing something simple, but I just can't figure out what it is.
So to start off I have a .jar file from an outside source that I would like to run with my c# .net project. IKVM seems to be designed for that so I've tried to get it to work without much luck
So here is what I did: ( Using Visual Studio 2019 )
The rebuild doesn't recognize the namespace from the .jar and fails. The only error it gives me is not recognizing the namespace. I see no indication that anything is happening with regards to the IkvmReference to bring in the contents of the .jar.
I've ran the .jar file with the java.exe included with IKVM and it operated successfully, so the .jar is basically good.
At this point I'm not sure what to do next. I'm feeling like I'm missing something simple, but haven't been able to figure it out. Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions