I am trying to get the hostname. inetAddress.getHostName() works in Java Applications, but in the applet, it throws java.lang.NullPointerException.
How can I get Host-Name in an applet?
|
and
work in applets, only when the applet is signed. To sign, one can use jarsigner utility, which is included with the JDK.
All values within |
||||
|
|
|
I am not sure how you pass params to an applet. But I imagine you can use the javascript |
|||||
|
|