# Server on OS X

**URL:** https://forum.servoy.com/t/server-on-os-x/5031
**Category:** Classic Servoy
**Created:** [November 7, 2005, 2:02pm UTC](https://forum.servoy.com/t/server-on-os-x/5031 "2005-11-07T14:02:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Harry\_Catharell](https://avatars.discourse-cdn.com/v4/letter/h/e19adc/32.png) [@Harry\_Catharell](https://forum.servoy.com/u/Harry_Catharell)
#### Post date: [November 7, 2005, 2:02pm UTC](https://forum.servoy.com/t/server-on-os-x/5031/1 "2005-11-07T14:02:15Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Riccardino](https://avatars.discourse-cdn.com/v4/letter/r/41988e/32.png) [@Riccardino](https://forum.servoy.com/u/Riccardino)
#### Post date: [November 7, 2005, 2:24pm UTC](https://forum.servoy.com/t/server-on-os-x/5031/2 "2005-11-07T14:24:33Z")

</div>

> 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

---

<div class="post-metadata">

### Author: ![Harry\_Catharell](https://avatars.discourse-cdn.com/v4/letter/h/e19adc/32.png) [@Harry\_Catharell](https://forum.servoy.com/u/Harry_Catharell)
#### Post date: [November 7, 2005, 2:30pm UTC](https://forum.servoy.com/t/server-on-os-x/5031/3 "2005-11-07T14:30:21Z")

</div>

Hi Ric,

Thanks.

Suitably embarassed Harry :oops:
