Hi,
I have downloaded: https://sourceforge.net/projects/floreantpos/files/floreantpos-1.0_3.zip/download
I am following the steps on this page:
http://floreantpos.com/guide
which on step two indicates I should run 'start server'
when I run the start-server.bat I get this error (and have no idea what to do from here):
if anyone could help point me in the right direction that would be very appreciated
java -
cp libderby.jar;libderbynet.jar org.apache.derby.drda.NetworkServerControl sta
rt -h localhost -p 1527
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/derby/drda
/NetworkServerControl
Caused by: java.lang.ClassNotFoundException: org.apache.derby.drda.NetworkServer
Control
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)
Could not find the main class: org.apache.derby.drda.NetworkServerControl. Prog
ram will exit.

Log in to reply this topic