Skip to content

Paid Help - Looking for help in compiling a .jar into a .NET Core DLL #293

Closed Answered by toddmcintosh
toddmcintosh asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks to wasabii I was able to use the IKVM.Maven.Sdk to load an Apache.Fop artifact into my .Net Core 6 project. We can close this thread if you want. It took a while to build, but all my fop references started working!

Artifact Repo Link:
https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop

Code added to my project definition file (.csproj):

<ItemGroup>
  <PackageReference Include="IKVM.Maven.Sdk" Version="1.4.1" />
  <MavenReference Include="org.apache.xmlgraphics:fop" Version="2.3" />
</ItemGroup>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by toddmcintosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant