How to find the client operating system from a signed applet
Hi All
I am working on a web based application which uses various API from SUN viz, Java Communications, Media Framework and others. This application runs on a client browser via a signed applet, The target client machines may be Windows or any Unix Flavour of Operating Systems. For my signed applet to load smoothly on a client machine i need to place some files inside the client's JRE. So for this i had to know what is the client Operating System. and place these jar files in appropriate positions.
So all i need to know is how to find the Operating System from my signed applet that is when the applet is in its init state? Is there a direct way to find the client Operating System from my Applet?
PS: There is a JSP wrapper over the Signed Applet, hence this applet loads over a JSP page...
Thanks in advance
Help is needed very urgently on this As my application is getting ready for deployment
Swaraj

