Hello,
i need a tiny hint, please.
this applet launches fine on a mac, ubuntu should work as well.
http://www.andrestubbe.com/playground/ObjectFilled.html
Windows Vista shows this after loading
“error: java.io.IOexception: cannot find certificates for JNLPAppletLauncher.class”
After searching the web i found information about the certificate. It seems that the certificate expired?
I wonder why my mac and the ubuntu i used show the certificate as still valid?
After searching some more i’ve found a hint to plugin2 applets
https://jdk6.dev.java.net/plugin2/jnlp/
And guess what, they work on Windows but not on MAC anymore.
Does anyone know a trick how i can get the JNLPAppletLauncher to work in windows again?
Is there another webstart directory that still has a valid certificate?
should i place the webstart files on my own server and create an own certificate for them?
Which way to go?
i liked the applet, for small things they are great.
Thank you