The following libs are needed:
During development, maven can add the correct jars to your classpath by using a profile that is os specific (see pom.xml of spring-richclient-jdk5). Note that you still have to add the native libraries to your environment. You can do this by unpacking the jdic-native-* file and setting the -Djava.library.path to that directory.
In production the same setup should be used. A webstart app should use os specific and native dependencies to have the correct jars downloaded and the native library unpacked and added to the environment.
@author Jan Hoskens @author Geoffrey De Smet
|
|