Skip to content
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

Help message improvements. #55

Open
odinsbane opened this issue Feb 12, 2025 · 0 comments
Open

Help message improvements. #55

odinsbane opened this issue Feb 12, 2025 · 0 comments

Comments

@odinsbane
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant