How to deploy JavaFX application writen in JavaScript unsing Nashorn

Mike Hearn mike at plan99.net
Wed May 7 11:26:33 UTC 2014


It's probably easiest to have a tiny Java app that just loads the JS files
from resources in the JAR and runs it via Nashorn directly. Then all
existing tools like jfxpackager, JWrapper etc can treat it like a Java app.


On Wed, May 7, 2014 at 3:30 AM, Bilal Soidik <bilalsoidik at gmail.com> wrote:

> Hi!
> As you know, we can write JavaFX application in JavaScript using Nashorn
> Engine, but I have to run application with command line like: > jjs
> app_all.js -fx .
> So I wont know how can I deploy application that let me click on and lunch
> it or make a self-contained application packaging using JDK 7(Update 6 or
> later) packaging tools
>
> --
> *Bilal Soidiki Mpapandza*
> *Etudiant en Master Spé. Qualité du Logiciel, FS UIT*
> *Ingénieur logiciel et Développeur Java, C/C++,.NET et PHP*
> *Tél.            *:*(+212) 602746546*
> *Blog           *:* http://la-lune-1.blogspot.com
> <http://la-lune-1.blogspot.com/>  *
> *Twitter       *:* bilaalsoidik*
> *Skype       *:* bilalsoidik*
>


More information about the openjfx-dev mailing list