| View previous topic :: View next topic |
| Author |
Message |
Adnank5 Guest
|
Posted: Mon Jan 08, 2007 3:08 pm Post subject: open HTTP connection Failed Error |
|
|
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 |
|
| Back to top |
|
 |
Paul Nichols [TeamB] Guest
|
Posted: Fri Jan 12, 2007 9:13 am Post subject: Re: open HTTP connection Failed Error |
|
|
Adnank5 wrote:
| Quote: | 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
Are you sure that the jvm is registered under normal user's profile? |
|
|
| Back to top |
|
 |
Adnank5 Guest
|
Posted: Thu Jan 18, 2007 9:13 am Post subject: Re: open HTTP connection Failed Error |
|
|
Paul Nichols [TeamB] wrote:
| Quote: |
Are you sure that the jvm is registered under normal user's profile?
|
and how can i check this ????????????? |
|
| Back to top |
|
 |
Paul Nichols [TeamB] Guest
|
Posted: Sun Jan 28, 2007 3:53 am Post subject: Re: open HTTP connection Failed Error |
|
|
Adnank5 wrote:
| Quote: | Paul Nichols [TeamB] wrote:
Are you sure that the jvm is registered under normal user's profile?
and how can i check this ?????????????
|
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. |
|
| Back to top |
|
 |
Paul Nichols [TeamB] Guest
|
Posted: Sun Jan 28, 2007 4:31 am Post subject: Re: open HTTP connection Failed Error |
|
|
Adnank5 wrote:
| Quote: | Paul Nichols [TeamB] wrote:
Are you sure that the jvm is registered under normal user's profile?
and how can i check this ?????????????
See the borland.public.attachment groups for more info on how to use |
System.getProperty(name); System.getProperties(); |
|
| Back to top |
|
 |
|