The following GUI code is working in 99.99% of OS environments used by our customers:
jStatusDescription = new JTextArea();
jStatusDescription.setFont(new Font("Verdana", Font.PLAIN, 12));
jStatusDescription.setText("test"); <-- crashes
However, there are now 2 different customers both using Terminal server and firefox 3, the code above gives this exception with Java Plug-in 1.6.0_11 even when ADMIN is logged in and launching firefox.
java.security.AccessControlException: access denied (java.io.FilePermission C:\WINDOWS\Fonts\verdana.TTF read)
Any ideas how to investigate/fix this?
PS: Notice that IE7 works OK for them