Open navigation

Canto Connect does not launch after installation


Issue

When the installation of our Canto Connect app ran through without any issues on you Windows machine but the app does not launch afterwards, you might receive the following error message:


Error: Could not find or load main class C:\Program files (x86)\Canto\Canto Connect\advanceduploader.jar



Temporary workaround

To verify if our solution is worth implementing on your Windows machine, you can do the following quick test first:


  1. Open the default Windows app Command Prompt
  2. Copy the following string and paste it into the Command Prompt console:
    cd C:\Program Files (x86)\Canto\Canto Connect\java -jar advanceduploader.jar
  3. Hit Enter on your keyboard and see if our Canto Connect app is opening now.


Solution

If the temporary workaround worked, you can implement the proper solution that might require assistance from your IT Administrator however:


  1. As a Windows user with admin rights, open the default Windows app Registry Editor
  2. Browse to HKEY_CLASSES_ROOT > Applications > java.exe > shell > open > command
  3. Open the item "(Default)" and update the value as follows:
    "C:\Program Files\Java\jre1.8.0_xxx\bin\java.exe" -jar "%1"
  4. The part "jre1.8.0_xxx" needs to be replaced by the Java version installed on your Windows machine. You then basically just need to add a space and the parameter "-jar" to the existing path value.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.