You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i want to try build RedExpert with NativeImage
it's build successfully, but i had an error when running the generated executable :
Exception in thread "main" java.lang.Error: java.home property not set
at [email protected]/sun.awt.FontConfiguration.findFontConfigFile(FontConfiguration.java:180)
at [email protected]/sun.awt.FontConfiguration.(FontConfiguration.java:97)
at [email protected]/sun.awt.windows.WFontConfiguration.(WFontConfiguration.java:41)
at [email protected]/sun.awt.Win32FontManager.createFontConfiguration(Win32FontManager.java:175)
at [email protected]/sun.font.SunFontManager$2.run(SunFontManager.java:352)
at [email protected]/sun.font.SunFontManager$2.run(SunFontManager.java:309)
Hi, i want to try build RedExpert with NativeImage
it's build successfully, but i had an error when running the generated executable :
Exception in thread "main" java.lang.Error: java.home property not set
at [email protected]/sun.awt.FontConfiguration.findFontConfigFile(FontConfiguration.java:180)
at [email protected]/sun.awt.FontConfiguration.(FontConfiguration.java:97)
at [email protected]/sun.awt.windows.WFontConfiguration.(WFontConfiguration.java:41)
at [email protected]/sun.awt.Win32FontManager.createFontConfiguration(Win32FontManager.java:175)
at [email protected]/sun.font.SunFontManager$2.run(SunFontManager.java:352)
at [email protected]/sun.font.SunFontManager$2.run(SunFontManager.java:309)
in my other project i add in main :
and it solve the problem, or maybe RedExpert team had other idea.
Best Regards
The text was updated successfully, but these errors were encountered: