Just downloaded and installed Servoy 2.2 onto a spare iMac in office to run a test server environment prior to site install.
Install and launch of Developer was fine
Quit Developer and opened a terminal window and dragged the server shell script in and received the following error:
upstairs-imac:~ administrator$ /Applications/Servoy/servoy_server.sh
Exception in thread “main” java.lang.NoClassDefFoundError: com/servoy/j2db/server/ApplicationServer
Anybody shed any light on this, please
Cheers
Harry
Harry Catharell:
Just downloaded and installed Servoy 2.2 onto a spare iMac in office to run a test server environment prior to site install.
Install and launch of Developer was fine
Quit Developer and opened a terminal window and dragged the server shell script in and received the following error:
upstairs-imac:~ administrator$ /Applications/Servoy/servoy_server.sh
Exception in thread “main” java.lang.NoClassDefFoundError: com/servoy/j2db/server/ApplicationServer
Anybody shed any light on this, please
Cheers
Harry
Type: cd /Applications/Servoy/
hit return and then
./servoy_server.sh
If you want to run it in background, add “&” after sh
Hi Ric,
Thanks.
Suitably embarassed Harry :oops: