set path=%path%;C:\Program Files\Java\jdk1.6.0_03\bin D:\users\rkv\SIMAN\SIMAN_SRC\Workspace\Siman\build\classes> set path=%path%;"C:\Program Files\Java\jdk1.6.0_20\bin" C:\work\Siman\SIMAN_SRC\Workspace\Siman\build\classes> jar cvf splat-launcher.jar org\splat\launcher\*.class cd ..\..\WebContent\jap jarsigner -verbose -keystore launcherkeystore -signedjar splat-signedlauncher.jar splat-launcher.jar launcheralias For creation the applet please use the following java methods : //To get the SALOME_HOME environment variable String SALOME_HOME = System.getenv("SALOME_ROOT_DIR"); If SALOME_ROOT_DIR does not exist the SALOME_HOME equals to _null_. //To execute the RunSalome script Runtime runtime = Runtime.getRuntime(); String pathToScript = SALOME_HOME+"\\runSalome" or pathToScript = SALOME_HOME+"runSalome" if (new File(pathToScript).exists()) { Process process = runtime.exec(pathToScript); } Dear Colleagues, Some more details about current procedure of SALOME running It probably will be updated in accordance with changes of SALOME directories organizarion To check availability of SALOME environment, the applet should : - check existence of environment variable $SALOME_ROOT_DIR - check existence of environment file $SALOME_ROOT_DIR/env_build.sh - existence of run bash script $SALOME_ROOT_DIR/KERNEL/bin/salome/runSalome To run SALOME-SIMAN : - open bash shell bash - export SALOME environment variables . $SALOME_ROOT_DIR/env_build.sh - run bash shell script runSalome --siman --siman-study=s --siman-scenario=sc --siman-user=u -k where : the SIMAN parameters are displayed as Title of the SALOME GUI Window "-k" is to kill previously run runSalome and all SALOME processes -- Best Regards, Alexander