| Author |
Bootstrap with Java Web Start: is it possible?
|
Diego Braga
Greenhorn
Joined: Nov 05, 2008
Posts: 6
|
|
I'm developing a chat for my university and I want to use Java Web Start. For the application client-side, I've write a class, named URLClientBootstrap.java, put it into a jar file, and my jnlp file refers to it. This class does a bootstrap of another class of the server codebase, named AutClient.java and it's correctly throw thanks to JWS. But, if I click on a button, I need to make another bootstrap so, from AutClient.java, I need to bootstrap a class named RegClient.java but this doesn't append. Why? I can make only one bootstrap? Or maybe JWS doesn't allow me to start another applet?
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16479
|
|
|
Hi Diego. When you cross-post your question on other forums, we would appreciate it if you would BeForthrightWhenCrossPostingToOtherSites. Thanks for your future cooperation.
|
 |
 |
|
|
subject: Bootstrap with Java Web Start: is it possible?
|
|
|