If you ever need to trick a java applet into thinking your on a different OS
Try this:
Run java control panel, add these optional parameters to the JVM:
-d32 -Dos.name=”Windows XP” -Dos.version=5.1 -Dos.arch=x86
If you ever need to trick a java applet into thinking your on a different OS
Try this:
Run java control panel, add these optional parameters to the JVM:
-d32 -Dos.name=”Windows XP” -Dos.version=5.1 -Dos.arch=x86