I have installed my application on a Servoy 3.5.9 hosted into a Linux Fedora 10 Server to test it in a different environment.
The application should use Smart client on Windows. The expected functionally is OK but if I try to change LAF from default one (Default) to Kunststoff (the one should be used) is generating on the console the following error trace:
2-mag-2009 18.15.32 com.servoy.j2db.util.Debug error
GRAVE: Throwable
java.lang.ClassNotFoundException: com.incors.plaf.kunststoff.KunststoffLookAndFeel
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
The file containing kunststoff definition is regularly available on the server in the lafs directory (kunststoff.jar).
I tried to add lafs/kunststoff.jar to the classpath definiton into servoy_server.sh file used to start servoy server but with NO luck.
Why Servoy is not recognizing its own installation? Any ideas on how to solve the issue?
Tnks for any suggestion!
Gianni