java - run swing application on browser -
i have 1 swing application want run on browser.
what best way achieve ? jnpl 1 solution ?
i tried jnpl when tries run -- http://localhost:8080/test.jnlp -- 1 error window opens error unable launch application
if applet solution , if possible please ,give me 1 sample applet application. thank in advance
in fact, jnlp won't allow run application browser (as unofficial jnlp faq, jnlp!=applet). instead allow distribute current (and nexts) version of application clients, simplifying install process.
the simple way transform application real applet (complet usage restrictions), make applet detachable, using new java6 feature. unfortunatly found info on excellent feature in a blog post.
Comments
Post a Comment