Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaFX 2 Webベースのアプリケーションを作成した場合、一般ユーザーはどのようにしてランタイムを取得してJavaFX 2アプリケーションを実行しますか?一度または毎回取得しますか?
JavaFXランタイムは、マシンごとに1回ダウンロードする必要があります。
通常、JavaFXを使用していないユーザーがjavafxアプリケーションとのリンクを開くと、JavaFXランタイムをダウンロードするように自動的に提案されます。