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

No main manifest, in qupath-app-0.3.0.jar #818

Closed
petebankhead opened this issue Sep 5, 2021 · 0 comments · Fixed by #840
Closed

No main manifest, in qupath-app-0.3.0.jar #818

petebankhead opened this issue Sep 5, 2021 · 0 comments · Fixed by #840
Assignees
Labels
Milestone

Comments

@petebankhead
Copy link
Member

Bug report

Describe the bug
The manifest in qupath-app is missing a main class. When running

java -jar ./qupath-app-0.3.0.jar  

the following message is displayed

no main manifest attribute, in ./qupath-app-0.3.0.jar

Expected behavior
QuPath can be launched successfully with

java -jar ./qupath-app-0.3.0.jar  

Desktop (please complete the following information):

  • QuPath Version 0.3.0

Additional context
Launching from the current directory is still possible with

java -cp "./*" qupath.QuPath  
@petebankhead petebankhead self-assigned this Sep 5, 2021
@petebankhead petebankhead added this to the v0.3.1 milestone Sep 5, 2021
petebankhead added a commit to petebankhead/qupath that referenced this issue Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant