Installing on Linux - Can't find servoy_developer.sh

I just installed 4.1.x on SimplyMEPIS 7.0_32 using the manual method. After executing ‘java -jar servoy_installer.jar’ everything seemed to proceed without error. However, I cannot find the servoy_developer.sh file to run.

Where is it located?

Thanks, Steve

Silly me. It’s now an executable file called simply servoy.

Steve

Hi Steve,

Are you sure you are looking in the application_server directory and not the developer directory ?
I believe the file is still named servoy_server.sh .

ROCLASI:
Hi Steve,

Are you sure you are looking in the application_server directory and not the developer directory ?
I believe the file is still named servoy_server.sh .

Here are the contents of the 2 directories:

mikeynew@mepis1:/usr/local/servoy/application_server$ ls -al
total 68
drwxr-sr-x 14 mikeynew users 4096 2008-12-12 20:36 .
drwxr-sr-x 5 mikeynew users 4096 2008-12-12 18:40 …
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 21:40 application_server
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 18:40 beans
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 20:01 database
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 18:40 docs
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 20:11 drivers
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 18:40 lafs
drwxr-sr-x 4 mikeynew users 4096 2008-12-12 18:40 lib
drwxr-sr-x 8 mikeynew users 4096 2008-12-12 18:40 plugins
drwxr-sr-x 7 mikeynew users 4096 2008-12-12 20:01 server
-rw-r–r-- 1 mikeynew users 288 2008-12-12 20:11 servoy_log.txt
-rw-r–r-- 1 mikeynew users 3786 2008-12-12 20:12 servoy.properties
-rwxr-xr-x 1 mikeynew users 975 2008-12-12 19:26 servoy_server.sh
drwxr-sr-x 3 mikeynew users 4096 2008-12-12 18:40 solutions
drwxr-sr-x 4 mikeynew users 4096 2008-12-12 20:01 sybase_db
drwxr-sr-x 6 mikeynew users 4096 2008-12-12 18:35 sybase_runtime_db

mikeynew@mepis1:/usr/local/servoy/application_server$ cd …/developer/
mikeynew@mepis1:/usr/local/servoy/developer$ ls -al
total 372
drwxr-sr-x 6 mikeynew users 4096 2008-12-13 07:38 .
drwxr-sr-x 5 mikeynew users 4096 2008-12-12 18:40 …
drwxr-sr-x 2 mikeynew users 4096 2008-12-12 18:33 about_files
-rw-r–r-- 1 mikeynew users 13852 2008-02-27 23:52 about.html
drwxr-sr-x 8 mikeynew users 4096 2008-12-12 20:01 configuration
-rw-r–r-- 1 mikeynew users 59 2008-12-03 02:25 .eclipseproduct
-rw-r–r-- 1 mikeynew users 16536 2008-12-03 02:25 epl-v10.html
drwxr-sr-x 7 mikeynew users 4096 2008-12-12 18:33 features
-rw-r–r-- 1 mikeynew users 266168 2008-02-27 23:52 libcairo-swt.so
-rw-r–r-- 1 mikeynew users 6506 2008-12-03 02:25 notice.html
drwxr-sr-x 8 mikeynew users 12288 2008-12-12 18:33 plugins
-rwxr-xr-x 1 mikeynew users 21423 2008-02-27 23:52 servoy
-rw-r–r-- 1 mikeynew users 76 2008-12-03 02:26 servoy.ini
mikeynew@mepis1:/usr/local/servoy/developer$

You will notice there is no servoy_developer.sh anywhere, but there is an
executable servoy file in the developer directory. Strange.

Thanks, Steve

Hi Steve,

I guess I should read better, you were referring to servoy_developer.sh and not servoy_server.sh .
By the way, big chance that that servoy file is indeed a binary and not a shell script since this is in fact Eclipse.

ROCLASI:
Hi Steve,

I guess I should read better, you were referring to servoy_developer.sh and not servoy_server.sh .
By the way, big chance that that servoy file is indeed a binary and not a shell script since this is in fact Eclipse.

You’re probably right about its being a binary.

Steve

Steve,

Wgen starting servoy on Linux you have to make sure that you are in the developer directory, developer is started using:

cd /path/to/servoy/developer
./servoy

Rob