ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.15k stars 109 forks source link

IKVM 8.8.1 Winx64 (Graphic problem?) #539

Open merco opened 2 weeks ago

merco commented 2 weeks ago

I get this exception: org.jpedal.fonts.glyph.PdfJavaGlyphs.getUnscaledFont() in PdfJavaGlyphs.java

could it be some AWT related setting? How can I check if it is compatible with IKVM?

this is the code immagine

crash here

immagine

wasabii commented 2 weeks ago

Yup. That's missing AWT. Nothing to be done until we release AWT support in 8.9

merco commented 2 weeks ago

Thank you wasabii! any idea of ​​the timing of the release date?

wasabii commented 2 weeks ago

Couple weeks I'm thinking.

GeorgeS2019 commented 2 weeks ago

@merco If you go to the action and download artifact from the develop branch, try that to see if it works. I was able to use the awt integrated to create java GUI

https://github.com/ikvmnet/ikvm/issues/144#issuecomment-2131934900