Yet another blog about WPF, Surface, SL, MVVM, NUI.... - Tag - jar - Comments http://blog.lexique-du-net.com/index.php? In this blog we talk about WPF, Natural User Interface(NUI), Microsoft Surface, WIndows 7, Multitouch, Touchless, JavaFX, MVVM, patterns, tips, tricks .... and a lot of other things ! en Mon, 26 Feb 2024 15:40:43 +0100 Jonathan ANTOINE, All rights reserved http://blogs.law.harvard.edu/tech/rss Dotclear Deploy a JavaFX app as an applet with the Java Deployement Toolkit... (Updated twice) - dda http://blog.lexique-du-net.com/index.php?post/2008/12/08/Deploy-a-JavaFX-app-as-an-applet-with-the-Java-Deployement-Toolkit#c53 urn:md5:bc17957967d761091687b9b9694b2180 Sat, 21 Feb 2009 10:21:46 +0100 dda <p>I had the same jnlp problem than you and solved it the same way but is there no way to have Netbeans generating the correct jnlp files from start ?<br /> DDA</p> Deploy a JavaFX app as an applet with the Java Deployement Toolkit... (Updated twice) - Jonathan ANTOINE http://blog.lexique-du-net.com/index.php?post/2008/12/08/Deploy-a-JavaFX-app-as-an-applet-with-the-Java-Deployement-Toolkit#c25 urn:md5:56df2ec1ae5fb0fefa940d3d282ff766 Wed, 21 Jan 2009 14:37:32 +0100 Jonathan ANTOINE <p>@<a href="http://blog.lexique-du-net.com/index.php?post/2008/12/08/Deploy-a-JavaFX-app-as-an-applet-with-the-Java-Deployement-Toolkit#c24" rel="nofollow">pg</a> : Hey,</p> <p>In fact in JavaFX I use this snippets to get the parameters value: FX.getArgument("isApplet") as String);</p> Deploy a JavaFX app as an applet with the Java Deployement Toolkit... (Updated twice) - pg http://blog.lexique-du-net.com/index.php?post/2008/12/08/Deploy-a-JavaFX-app-as-an-applet-with-the-Java-Deployement-Toolkit#c24 urn:md5:1813871b1ab6d37b27fb1c000f6969c2 Wed, 21 Jan 2009 14:16:18 +0100 pg <p>I see you are passing in the isApplet parameter in the html. However, What does the java side look like to accept and load the parameter?</p>