We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A couple things noticed when starting net.imagej.Main and there are errors and messages with suggestions.
I included the wrong ij.jar on my classpath so none of the fixes helped.
In windows the user agent path is incorrect.
-javaagent:/C:/Users/username/.m2/repository/net/imagej/ij1-patcher/1.2.8/ij1-patcher-1.2.8.jar=init
The leading slash causes the jar file to not be found. The following "worked" for me.
-javaagent:C:/Users/username/.m2/repository/net/imagej/ij1-patcher/1.2.8/ij1-patcher-1.2.8.jar=init
It worked in that it started the patcher, but it didn't work because my problem involved the wrong ij.jar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A couple things noticed when starting net.imagej.Main and there are errors and messages with suggestions.
I included the wrong ij.jar on my classpath so none of the fixes helped.
In windows the user agent path is incorrect.
-javaagent:/C:/Users/username/.m2/repository/net/imagej/ij1-patcher/1.2.8/ij1-patcher-1.2.8.jar=init
The leading slash causes the jar file to not be found. The following "worked" for me.
It worked in that it started the patcher, but it didn't work because my problem involved the wrong ij.jar.
The text was updated successfully, but these errors were encountered: