kinhong / OpenLabeler

OpenLabeler is an open source desktop application for annotating objects for AI appplications
Apache License 2.0
115 stars 11 forks source link

Getting error on executing jar file no main manifest attribute #6

Closed murali513 closed 4 years ago

murali513 commented 4 years ago

Getting error on executing jar file no main manifest attribute. Please let me know what are the next steps to open tool. after mvn clean install.. Whats next step

kinhong commented 4 years ago

@murali513, after the build, the OS-specific installers can be found under the app/target/package directory. You will then need to run the installers.

murali513 commented 4 years ago

@kinhong, thanks you for your response above. I am new the java environment. Now getting error when install .deb pkg I am using ubuntu so i can run the below command: sudo apt install ../openlabeler-0.0.0.deb Getting below error: Adding shortcut to the menu /var/lib/dpkg/info/openlabeler.postinst: 25: /var/lib/dpkg/info/openlabeler.postinst: xdg-desktop-menu: not found dpkg: error processing package openlabeler (--install): installed openlabeler package post-installation script subprocess returned error exit status 127 Errors were encountered while processing: openlabeler

murali513 commented 4 years ago

above issue resolved by using the below command: sudo apt-get install -y xdg-utils

kinhong commented 4 years ago

@murali513 - OK, good to know.

I usually just double-click the .deb file or use the command "sudo dpkg -i .deb" to install.