question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fiji on Windows 10 won't launch with Korean characters in the path

See original GitHub issue

I just downloaded the newest Fiji version from the site. I have up-to-date Java 8 running on a 64bit Windows 10. When I double click on the exe, only the Fiji splash icon appears and then nothing happens. When I debugged, there were descriptions below. What should I do?

find_newest: searching 'C:\Users\조규찬\Desktop\Fiji.app/java' for 'jre/bin/server/jvm.dll'
find_newest: file not found: 'C:\Users\조규찬\Desktop\Fiji.app/java/jre/bin/server/jvm.dll'
find_newest: searching 'C:\Users\조규찬\Desktop\Fiji.app/java/win64' for 'jre/bin/server/jvm.dll'
find_newest: file not found: 'C:\Users\조규찬\Desktop\Fiji.app/java/win64/jre/bin/server/jvm.dll'
find_newest: searching 'C:\Users\조규찬\Desktop\Fiji.app/java/win64/jdk1.8.0_172' for 'jre/bin/server/jvm.dll'
find_newest: found a candidate: 'C:\Users\조규찬\Desktop\Fiji.app/java/win64/jdk1.8.0_172'
Detected ImageJ2
JRE not found in 'C:\Users\조규찬\Desktop\Fiji.app/jre'
JAVA_HOME contains a JRE: 'C:\Users\조규찬\Desktop\Fiji.app/java/win64/jdk1.8.0_172//jre'
Available RAM: 16269MB, using 3/4 of that: 12202MB
java -Dpython.cachedir.skip=true -Dplugins.dir=C:\\Users\\조규찬\\Desktop\\Fiji.app -Xmx12202m -Xincgc -XX:PermSize=128m -Djava.class.path=C:\\Users\\조규찬\\Desktop\\Fiji.app/jars/imagej-launcher-4.0.5.jar -Dimagej.dir=C:\\Users\\조규찬\\Desktop\\Fiji.app -Dij.dir=C:\\Users\\조규찬\\Desktop\\Fiji.app -Dfiji.dir=C:\\Users\\조규찬\\Desktop\\Fiji.app -Dfiji.defaultLibPath=bin/server/jvm.dll -Dfiji.executable=C:\\Users\\조규찬\\Desktop\\Fiji.app\\debug.exe -Dij.executable=C:\\Users\\조규찬\\Desktop\\Fiji.app\\debug.exe -Djava.library.path=C:\\Users\\조규찬\\Desktop\\Fiji.app/lib/win64;C:\\Users\\조규찬\\Desktop\\Fiji.app/mm/win64 -Dscijava.context.strict=false -Dij.debug=true -Dscijava.log.level=debug net.imagej.launcher.ClassLauncher -ijjarpath jars -ijjarpath plugins net.imagej.Main
Using JAVA_HOME C:\Users\조규찬\Desktop\Fiji.app/java/win64/jdk1.8.0_172//jre
Opening Java library C:\Users\조규찬\Desktop\Fiji.app/java/win64/jdk1.8.0_172//jre/bin/server/jvm.dll
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Adding option: -Djava.home=C:\Users\조규찬\Desktop\Fiji.app/java/win64/jdk1.8.0_172/
ij1.plugin.dirs: null
$HOME/.plugins: C:\Users\조규찬\.plugins does not exist
Launching main class net.imagej.Main with parameters []
Class loader = sun.misc.Launcher$AppClassLoader@c387f44
java.lang.ClassNotFoundException: net.imagej.Main
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at net.imagej.launcher.ClassLauncher.launch(ClassLauncher.java:252)
        at net.imagej.launcher.ClassLauncher.run(ClassLauncher.java:186)
        at net.imagej.launcher.ClassLauncher.main(ClassLauncher.java:77)
java.lang.ClassNotFoundException: imagej.Main
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at net.imagej.launcher.ClassLauncher.launch(ClassLauncher.java:258)
        at net.imagej.launcher.ClassLauncher.run(ClassLauncher.java:186)
        at net.imagej.launcher.ClassLauncher.main(ClassLauncher.java:77)
Class 'net.imagej.Main' was not found

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
gyuregorcommented, Jan 28, 2020

It is possible. Could give a quick try installing in a different folder, like “C:/Test/”

Fiji successfully runs just after I installed it in “C:/Test/” folder. Thank you so much for your advice!

1reaction
rimadomacommented, Jan 27, 2020

It is possible. Could give a quick try installing in a different folder, like “C:/Test/”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot launch Fiji on Windows 10 - Usage & Issues
I am guessing the issue you describe is caused by attempting to launch Fiji from inside a temporary folder. When you download and...
Read more >
Fiji crashes on startup after update with some kind of "Access ...
Hi all, as discussed with @ndefrancesco on image.sc Fiji starts now with a black console window showing an error message.
Read more >
Troubleshooting - ImageJ Wiki
The easy way. Press ⇧ Shift + \ in ImageJ itself. If successful, it will open a new window with the stack trace....
Read more >
Consolidated JDK 8 Release Notes - Oracle
This release doesn't correctly identify Windows 11. The property os.name is set to Windows 10 on Windows 11. In HotSpot error logs, the...
Read more >
Game Development and Debugging - Visual Studio
Building your games with DirectX, Unity, or Cocos? Take your game development to the next level with Visual Studio IDE.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found