When I run the UploadFromDB.bat file with expected parameters it runs the following and gives me an error about the main class.
C:\Program Files\ZohoReports\UploadTool\bin>rem $Id$
The system cannot find the path specified.
The system cannot find the file specified.
The system cannot find the file specified.
Exception in thread "main" java.lang.NoClassDefFoundError: Files\ZohoReports\Upl
oadTool
Caused by: java.lang.ClassNotFoundException: Files\ZohoReports\UploadTool
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: Files\ZohoReports\UploadTool. Program will exit.
Can anyone advise on what is going wrong thanks.
Leon