Hi, Christian.
We just went through the process of converting to bootstrap.
For Windows, presuming you already have the jre loaded on the client computer, just save the jnlp file to the desktop (shows with the Java coffee cup icon). To launch, double-click the jnlp file. Bootstrap.jar resides on the server in the following path:
C:\Servoy\application_server\server\webapps\ROOT
folder and does not have to called via a bat file; the jnlp file should also be located here, so that users can download and save it using a URL as follows:
http://<your_server_name>:8080/my_app_name.jnlp
A Windows short cut using your own icon may be created, however, the short cut must use a path to the javaws.exe (Java web start) along with the my_app_name.jnlp file. For example:
Target: "C:\Program Files\Java\jre\bin\javaws.exe" "http://<your_server_name>:8080/my_app_name.jnlp"
Start in: "C:\Program Files\Java\jre\bin"
Change icon: Your icon file must be saved on the client computer. Use the short cut Short Cut -> Properties _-> Change Icon -> Browse button to locate the icon file.
You can also add the path name to where the javaws.exe is located as a Windows environmental variable to simplify the short cut pathname.
One more thing, if double-clicking the jnlp file hangs or aborts, try enabling the following in the Servoy admin page:
servoy.allowSolutionBrowsing
Good luck!
Kim W. Premuda
San Diego, CA USA