-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
AWT Headless Exception with ImageJ. #542
Comments
@GeorgeS2019 Following your instructions using the develop branch I got ImageJ to run. However the buttons don't show up and instead show Chinese letters. Which is just a language issue so everything works thanks! |
Looks like that might be a Unicode issue (32 bits Linux vs 16 bits on windows), errors on size or alignment in unicode often fall into chinese characters (there are so many more than Latin alphabets) (I apologize for the drive by comment) |
How to solve |
@xela-trawets @GeorgeS2019 The encoding issue has already been solved at least on my Windows 11 machine ImageJ starts up normally. |
I'm trying to run ImageJ (ij.jar) using IKVM 8.8.1 but whenever I try to launch ImageJ I get the following error even when I set ImageJ to launch in headless mode or in normal mode.
Here is the error I get.
ImageJTest.zip
I've attached a project which replicates the error.
Best, Erik
The text was updated successfully, but these errors were encountered: