-
Notifications
You must be signed in to change notification settings - Fork 17
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
The same issue as #563 even I run Fiji with Java11 #609
Comments
OK, now I realize that maybe I should run Fiji with Java21 because the class file edition is 65.0? But setting JVM as Java21 made Fiji could not launch. |
@thuzyp Here's the process I'm using currently to run sciview:
Sorry it's not easier yet, but I'm working on it! |
I managed to run Fiji with Java 21, and successfully launch the SciView, but it keep show the following errors in the Console. What should I do? java.lang.ClassNotFoundException: org.bytedeco.opencv.opencv_core.Mat
|
Thanks a lot! I’d installed sciview and run it with the help of jaunch.
发自我的iPhone
…------------------ Original ------------------
From: Curtis Rueden ***@***.***>
Date: Sat,Sep 28,2024 0:29 PM
To: scenerygraphics/sciview ***@***.***>
Cc: thuzyp ***@***.***>, Mention ***@***.***>
Subject: Re: [scenerygraphics/sciview] The same issue as #563 even I run Fijiwith Java11 (Issue #609)
@thuzyp Here's the process I'm using currently to run sciview:
Download and install Fiji.
Install SciJava Ops as described in its documentation. This will get you switched over to Java 21 with Jaunch without needing to do it manually.
Install sciview by enabling the sciview update site.
Sorry it's not easier yet, but I'm working on it!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I guess it's not the problem caused by sciview because I can run it without opencv in my Fiji. Maybe you could download opencv.jar from somewhere and put it into Fiji.app/plugins, or find it in a update site?
|
There is now a simpler way to run Fiji with Java 21:
I.e. it is no longer necessary to go through the scijava-ops update site just to do the Java 21 upgrade. I'm still working on the update-an-existing-Fiji-to-Java-21 logic, but it's nearly complete now. |
I installed sciview in my Fiji Java8 and got the same error report as #563. So I followed a series of suggestions under that issue (and the related zulipchat) like installing a no-jre edition of Fiji, setting JVM as Java11 and using a launcher. But still, I got the same error report when starting Fiji:
When I tried to run sciview, I got another report:
So I want to know any other solutions for this problem. Thanks!
The text was updated successfully, but these errors were encountered: