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.
アプレットが<param>タグで構成されているのと同じように、一連のパラメーターを使用してJava WebStartアプリケーションを起動できますか?
ありがとう
はい、できます。以下に例を示します。
<application-desc main-class="my.main.class"> <argument>-user=bob</argument> <argument>-pass=8jkaiuasu</argument> </application>
引数 "-user=bob" と "-pass=8jkaiuasu" をアプリケーションに渡すことを示しています。引数は標準的な方法で取得されます。
はい、JNLP タグのリファレンスを確認してください