Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

open HTTP connection Failed Error

12 views
Skip to first unread message

Adnank5

unread,
Jan 8, 2007, 4:08:28 AM1/8/07
to
When I login as an administrator or with power user group the applet
loads successfuly but with normal user it doesn't what pemissions are
required to a normal user to view the applet

Any help would be appreciated

Paul Nichols [TeamB]

unread,
Jan 12, 2007, 12:13:18 AM1/12/07
to
Are you sure that the jvm is registered under normal user's profile?

Adnank5

unread,
Jan 18, 2007, 12:09:55 AM1/18/07
to

Paul Nichols [TeamB] wrote:

> >
> Are you sure that the jvm is registered under normal user's profile?

and how can i check this ?????????????

Paul Nichols [TeamB]

unread,
Jan 27, 2007, 4:53:55 PM1/27/07
to

The simplest way is to use something like the following in your Java Program

System.out.println("Java version: "+System.getProperty("java.version"));

If the returned version is less than what you expect, or is null, then
you know that the user does not have the proper Java Version installed.

Of course is this is an applet or a Java Web Start app, then please
remember, that you may have to code sign the applet or Web Start
Application, since it is interacting directly with the Client OS.

Paul Nichols [TeamB]

unread,
Jan 27, 2007, 5:31:17 PM1/27/07
to
See the borland.public.attachment groups for more info on how to use
System.getProperty(name); System.getProperties();
0 new messages