Please help me  
Author Message
April





PostPosted: 2004-6-10 14:31:00 Top

java-programmer, Please help me
"Andrew Thompson" <email***@***.com> wrote in message
news:email***@***.com...
> On Wed, 9 Jun 2004 19:16:11 +0100, April wrote:
> > "Andrew Thompson" <email***@***.com> wrote in message
> >> On Tue, 8 Jun 2004 16:38:14 +0100, April wrote:
> >>
> >>> I have recently got a new pc but for some reason I am unable to get
java
> > on
> >>> it. I have downloaded it several times and it has gone through the
> > motions
> >>> but still does not work. This is starting to annoy me as many web
sites
> > I go
> >>> to use java. Any ideas anyone please.
>
> > Yes I am running windows XP with internet explorer.
>
> Would you consider using a different browser?
>
> Before we go to what might be a great deal
> of effort, I should point out that internet
> explorer is the single most broken browser
> available.
>
> Installing a browser like Mozilla or Opera,
> then (if necessary) installing Java almost
> always goes smoothly on browsers that are *not*
> IE. Both Opera and Mozilla are also better
> at rendering valid web-pages, and offer things
> that IE simply cannot do.
>
> >> Do you know how to open the command line,
> >> also known as DOS?
>
> > I am not too sure about
> > opening the comand line.
>
> We will leave that for the moment, though
> that may be necessary if you really want
> to coax IE into understanding Java (though
> I cannot make any guarantees we will get
> Java working in IE even then)
>
> >> <http://www.physci.org/pc/properties.jsp>
> ...
> >> Once you download it, double click
> >> it and report what happens.
>
> >..I downloaded jtest but am unable to run it as I
> > have not got the programe to run it with. It asks me if I want to choose
a
> > programe to open it with or look on the internet. I looked on the
internet
> > but I am totally lost.
>
> I had hoped this was a more limited problem,
> but that test rules out those hopes..
>
> >..You can email me if you would likl to.
>
> I answer questions on usenet for free,
> email help costs money. ;-)
>
> For the moment I suggest you try one of
> the other fine browsers available, see
> if you can get Java working in it (which
> will probably be as easy as IE promised,
> but failed to deliver), and get back to us..
>
> --
> Andrew Thompson
> http://www.PhySci.org/ Open-source software suite
> http://www.PhySci.org/codes/ Web & IT Help
> http://www.1point1C.org/ Science & Technology

Ok I am going to try morzila and hope for no problems but if I do get any
then I just system restore.



 
April





PostPosted: 2004-6-10 14:31:00 Top

java-programmer >> Please help me
"Andrew Thompson" <email***@***.com> wrote in message
news:email***@***.com...
> On Wed, 9 Jun 2004 19:16:11 +0100, April wrote:
> > "Andrew Thompson" <email***@***.com> wrote in message
> >> On Tue, 8 Jun 2004 16:38:14 +0100, April wrote:
> >>
> >>> I have recently got a new pc but for some reason I am unable to get
java
> > on
> >>> it. I have downloaded it several times and it has gone through the
> > motions
> >>> but still does not work. This is starting to annoy me as many web
sites
> > I go
> >>> to use java. Any ideas anyone please.
>
> > Yes I am running windows XP with internet explorer.
>
> Would you consider using a different browser?
>
> Before we go to what might be a great deal
> of effort, I should point out that internet
> explorer is the single most broken browser
> available.
>
> Installing a browser like Mozilla or Opera,
> then (if necessary) installing Java almost
> always goes smoothly on browsers that are *not*
> IE. Both Opera and Mozilla are also better
> at rendering valid web-pages, and offer things
> that IE simply cannot do.
>
> >> Do you know how to open the command line,
> >> also known as DOS?
>
> > I am not too sure about
> > opening the comand line.
>
> We will leave that for the moment, though
> that may be necessary if you really want
> to coax IE into understanding Java (though
> I cannot make any guarantees we will get
> Java working in IE even then)
>
> >> <http://www.physci.org/pc/properties.jsp>
> ...
> >> Once you download it, double click
> >> it and report what happens.
>
> >..I downloaded jtest but am unable to run it as I
> > have not got the programe to run it with. It asks me if I want to choose
a
> > programe to open it with or look on the internet. I looked on the
internet
> > but I am totally lost.
>
> I had hoped this was a more limited problem,
> but that test rules out those hopes..
>
> >..You can email me if you would likl to.
>
> I answer questions on usenet for free,
> email help costs money. ;-)
>
> For the moment I suggest you try one of
> the other fine browsers available, see
> if you can get Java working in it (which
> will probably be as easy as IE promised,
> but failed to deliver), and get back to us..
>
> --
> Andrew Thompson
> http://www.PhySci.org/ Open-source software suite
> http://www.PhySci.org/codes/ Web & IT Help
> http://www.1point1C.org/ Science & Technology

Ok I am going to try morzila and hope for no problems but if I do get any
then I just system restore.



 
Andrew Thompson





PostPosted: 2004-6-10 15:33:00 Top

java-programmer >> Please help me On Thu, 10 Jun 2004 07:31:00 +0100, April wrote:

> Ok I am going to try morzila..

Excellent!

>..and hope for no problems but if I do get any
> then I just system restore.

You mean uninstall it again if you have
problems?

That would make sense, pity that is almost
impossible with Internet Explorer istelf,
or I suspect most people would remove it.

I do not think you will have any
problems with Mozilla, ..let us know.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
 
 
Stefan Waldmann





PostPosted: 2004-6-11 17:24:00 Top

java-programmer >> Please help me April wrote:

> Yes I am running windows XP with internet explorer. I am not too sure about
> opening the comand line. I downloaded jtest but am unable to run it as I
> have not got the programe to run it with. It asks me if I want to choose a
> programe to open it with or look on the internet. I looked on the internet
> but I am totally lost. You can email me if you would likl to.

Hi April,

Have you updated the PATH environment variable in XP? You should add the
path that points to the "bin" directory of your java installation. If
not, windows can't find the java.exe which is needed to execute any java
programs.

In addition (if your installer hasn't done it already) you should create
a new environment variable called JAVA_HOME (all uppercase), which
points directly to the directory of your java installation.

How to change/create environment variables in XP:
http://www.windows-help.net/WindowsXP/howto-04.html


HTH
Regards,
Stefan
 
 
April





PostPosted: 2004-6-11 22:15:00 Top

java-programmer >> Please help me
"Andrew Thompson" <email***@***.com> wrote in message
news:s3oqxi05i5ti$.1j9688b31qpa1$email***@***.com...
> On Thu, 10 Jun 2004 07:31:00 +0100, April wrote:
>
> > Ok I am going to try morzila..
>
> Excellent!
>
> >..and hope for no problems but if I do get any
> > then I just system restore.
>
> You mean uninstall it again if you have
> problems?
>
> That would make sense, pity that is almost
> impossible with Internet Explorer istelf,
> or I suspect most people would remove it.
>
> I do not think you will have any
> problems with Mozilla, ..let us know.
>
> --
> Andrew Thompson
> http://www.PhySci.org/ Open-source software suite
> http://www.PhySci.org/codes/ Web & IT Help
> http://www.1point1C.org/ Science & Technology

Ok I have set morzilla up and have set the email up ok but how do I set up
my newsgroups and how to I set up the internet connects. What I mean is in
internet explorer I have to go to tools....internet
options...connections...lan settings...and then tick proxy server and enter
my details. And how do I set up my newsgroups.


 
 
april





PostPosted: 2004-6-11 22:19:00 Top

java-programmer >> Please help me April wrote:
> "Andrew Thompson" <email***@***.com> wrote in message
> news:s3oqxi05i5ti$.1j9688b31qpa1$email***@***.com...
>
>>On Thu, 10 Jun 2004 07:31:00 +0100, April wrote:
>>
>>
>>>Ok I am going to try morzila..
>>
>>Excellent!
>>
>>
>>>..and hope for no problems but if I do get any
>>>then I just system restore.
>>
>>You mean uninstall it again if you have
>>problems?
>>
>>That would make sense, pity that is almost
>>impossible with Internet Explorer istelf,
>>or I suspect most people would remove it.
>>
>>I do not think you will have any
>>problems with Mozilla, ..let us know.
>>
>>--
>>Andrew Thompson
>>http://www.PhySci.org/ Open-source software suite
>>http://www.PhySci.org/codes/ Web & IT Help
>>http://www.1point1C.org/ Science & Technology
>
>
> Ok I have set morzilla up and have set the email up ok but how do I set up
> my newsgroups and how to I set up the internet connects. What I mean is in
> internet explorer I have to go to tools....internet
> options...connections...lan settings...and then tick proxy server and enter
> my details. And how do I set up my newsgroups.
>
>
OK I have set up my newsgroups and I really like what I see so far. All
I need to do now is sort out my webpage viewing
 
 
april





PostPosted: 2004-6-11 22:24:00 Top

java-programmer >> Please help me april wrote:

> April wrote:
>
>> "Andrew Thompson" <email***@***.com> wrote in message
>> news:s3oqxi05i5ti$.1j9688b31qpa1$email***@***.com...
>>
>>> On Thu, 10 Jun 2004 07:31:00 +0100, April wrote:
>>>
>>>
>>>> Ok I am going to try morzila..
>>>
>>>
>>> Excellent!
>>>
>>>
>>>> ..and hope for no problems but if I do get any
>>>> then I just system restore.
>>>
>>>
>>> You mean uninstall it again if you have
>>> problems?
>>>
>>> That would make sense, pity that is almost
>>> impossible with Internet Explorer istelf,
>>> or I suspect most people would remove it.
>>>
>>> I do not think you will have any
>>> problems with Mozilla, ..let us know.
>>>
>>> --
>>> Andrew Thompson
>>> http://www.PhySci.org/ Open-source software suite
>>> http://www.PhySci.org/codes/ Web & IT Help
>>> http://www.1point1C.org/ Science & Technology
>>
>>
>>
>> Ok I have set morzilla up and have set the email up ok but how do I
>> set up
>> my newsgroups and how to I set up the internet connects. What I mean
>> is in
>> internet explorer I have to go to tools....internet
>> options...connections...lan settings...and then tick proxy server and
>> enter
>> my details. And how do I set up my newsgroups.
>>
>>
> OK I have set up my newsgroups and I really like what I see so far. All
> I need to do now is sort out my webpage viewing


Ok I have now sorted out my webpage viewing IM not so blonde after all
hehe. All I need to do now is find out if java is working or not
 
 
Andrew Thompson





PostPosted: 2004-6-11 23:28:00 Top

java-programmer >> Please help me On Fri, 11 Jun 2004 15:24:03 +0100, april wrote:

> Ok I have now sorted out my webpage viewing IM not so blonde after all
> hehe. All I need to do now is find out if java is working or not

..yeah. That would probably be the relevant
question at this stage [ though I am glad to
hear you got the rest set up.. ]

NOTE: if you downloaded the 'no java'
version (hope you did not) you might
have to download it ..again.

Once you have, point it to the
quick-check link for applets..
<http://www.physci.org/pc/properties.jsp>

It should report java.vendor as
'Sun Microsystems Inc.'

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
 
 
april





PostPosted: 2004-6-11 23:46:00 Top

java-programmer >> Please help me Andrew Thompson wrote:

> On Fri, 11 Jun 2004 15:24:03 +0100, april wrote:
>
>
>>Ok I have now sorted out my webpage viewing IM not so blonde after all
>>hehe. All I need to do now is find out if java is working or not
>
>
> ..yeah. That would probably be the relevant
> question at this stage [ though I am glad to
> hear you got the rest set up.. ]
>
> NOTE: if you downloaded the 'no java'
> version (hope you did not) you might
> have to download it ..again.
>
> Once you have, point it to the
> quick-check link for applets..
> <http://www.physci.org/pc/properties.jsp>
>
> It should report java.vendor as
> 'Sun Microsystems Inc.'
>


Hi Andrew

I do believe that the java is now sorted out and I would like to thank
you ever so much for your help, if there is anything I can do in return
then please let me know. Have you got any idea how I use the chat thing
on morzila as I cant seem to get connected to it?

April
 
 
Andrew Thompson





PostPosted: 2004-6-11 23:56:00 Top

java-programmer >> Please help me On Fri, 11 Jun 2004 16:46:10 +0100, april wrote:

> I do believe that the java is now sorted out ..

Thanks to Mozilla. Yay!

[ I suspected you would go just fine,
once I rescued you from the 'clutches'
of MS. ;-) ]

>..and I would like to thank
> you ever so much for your help,

You are welcome.

>..if there is anything I can do in return
> then please let me know.

A couple of dollars donation through my
site never does astray..

>..Have you got any idea how I use the chat thing
> on morzila as I cant seem to get connected to it?

...errrr. (whispers) I actually only use
Mozilla for testing my web-pages..

Unfortunately, since I do so much work at
trying to correct the way IE destroys
Java, I have to understand all its quirks,
and use it as my regular browser! :-(

Glad to hear I could point one more person
to a *good* browser though.. :-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
 
 
april





PostPosted: 2004-6-12 0:26:00 Top

java-programmer >> Please help me Andrew Thompson wrote:
> On Fri, 11 Jun 2004 16:46:10 +0100, april wrote:
>
>
>>I do believe that the java is now sorted out ..
>
>
> Thanks to Mozilla. Yay!
>
> [ I suspected you would go just fine,
> once I rescued you from the 'clutches'
> of MS. ;-) ]
>
>
>>..and I would like to thank
>>you ever so much for your help,
>
>
> You are welcome.
>
>
>>..if there is anything I can do in return
>>then please let me know.
>
>
> A couple of dollars donation through my
> site never does astray..
>
>
>>..Have you got any idea how I use the chat thing
>>on morzila as I cant seem to get connected to it?
>
>
> ...errrr. (whispers) I actually only use
> Mozilla for testing my web-pages..
>
> Unfortunately, since I do so much work at
> trying to correct the way IE destroys
> Java, I have to understand all its quirks,
> and use it as my regular browser! :-(
>
> Glad to hear I could point one more person
> to a *good* browser though.. :-)
>
Hi Andrew

I have just had a look at the sites listed but could not find anywhere
to dontate some cash. Do you have a paypal account and prehaps then I
could do it that way

April
 
 
Andrew Thompson





PostPosted: 2004-6-12 1:25:00 Top

java-programmer >> Please help me On Fri, 11 Jun 2004 17:25:33 +0100, april wrote:

> I have just had a look at the sites listed but could not find anywhere
> to dontate some cash. Do you have a paypal account and prehaps then I
> could do it that way

Sure do,
<http://www.PhySci.org/codes/ >
the 'Make a Donation' button is hidden
over on the left, below the menu...

(Tah!)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
 
 
april





PostPosted: 2004-6-13 7:06:00 Top

java-programmer >> Please help me Andrew Thompson wrote:
> On Fri, 11 Jun 2004 17:25:33 +0100, april wrote:
>
>
>>I have just had a look at the sites listed but could not find anywhere
>>to dontate some cash. Do you have a paypal account and prehaps then I
>>could do it that way
>
>
> Sure do,
> <http://www.PhySci.org/codes/ >
> the 'Make a Donation' button is hidden
> over on the left, below the menu...
>
> (Tah!)
>
Oh yeah now I see it. Sorry its not going to be mega amounts of money as
I really can not afford it right now so please understand. Sorry I can
not afford more.

April
 
 
Andrew Thompson





PostPosted: 2004-6-13 7:44:00 Top

java-programmer >> Please help me On Sun, 13 Jun 2004 00:05:34 +0100, april wrote:
> Andrew Thompson wrote:
>> On Fri, 11 Jun 2004 17:25:33 +0100, april wrote:
>>
>>>...Do you have a paypal account
..
>> Sure do,
..
> Oh yeah now I see it. Sorry its not going to be mega amounts of money as
> I really can not afford it right now so please understand. Sorry I can
> not afford more.

Make no apologies April, and thank you.

With the two donations I have received recently
(1 from a student in Ireland) I now have almost
half what the *huge* ads on my site have earned
over 4 months!

All the best with your new Java
enabled browser, April. Take care. :-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
 
 
mario_soto





PostPosted: 2004-8-1 2:00:00 Top

java-programmer >> Please help me Hellow please,

Hi i have a aplication in visual basic 6. it connect to postgresql via
odbc driver 7.03.02.00.

the connection string its

strCn =
"DRIVER={PostgreSQL};DATABASE=prueba;SERVER=192.0.0.10;PORT=5432;UID=test;PWD=test;READONLY=0;PROTOCOL=7.x;FAKEOIDINDEX=0;SHOWOIDCOLUMN=0;ROWVERSIONING=0;SHOWSYSTEMTABLES=0;CONNSETTINGS="


well i create a table:

CREATE TABLE "public"."crypto" (
"campo1" BYTEA
) WITH OIDS;

and insert the data:

stsql = " insert into crypto(campo1) values (
encrypt('prueba', 'fooz', 'bf'))"

and its ok

but when do:
stSQL = "select decrypt(campo1, 'fooz', 'bf') as valor From crypto"

the result return say: ??

please any idea thank


--
Ing. Mario Soto Cordones
Venezolana de Avaluos

www.venezolanadeavaluos.com





---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

 
 
Milind





PostPosted: 2004-12-20 19:31:00 Top

java-programmer >> Please help me Hi all,
I have a problem: i have created one weservice and one asp.net
page but when I running the application it is invoking the webservice why
not web page
please provide me solution


 
 
John Saunders





PostPosted: 2004-12-21 0:25:00 Top

java-programmer >> Please help me "Milind" <email***@***.com> wrote in message
news:email***@***.com...
> Hi all,
> I have a problem: i have created one weservice and one
> asp.net
> page but when I running the application it is invoking the webservice why
> not web page
> please provide me solution

Is the web service shown in bold in the solution explorer? Then it is set as
the startup project. Select the web project, right-click and choose "Set as
startup project" from the menu. You'll also need to select a page within
that project, right-click it and choose "Set as startup page".

John Saunders


 
 
SmltIEJ1eWVucw





PostPosted: 2005-5-19 0:37:00 Top

java-programmer >> Please help me Try:

Creating DHTML Menus in FrontPage 2003
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=28

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------颅-----------------------
|\----------------------------颅-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------颅-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------颅-----------------------
*-----------------------------颅-----------------------

"Ben" wrote:

> Greetings. I'm looking for a simple way to create drop-down menus in Front
> Page. I posted about this two weeks ago, and received two replies; one of
> them had nothing I could find about Pull-Down menus, and the other was too
> complicated. I'm just looking for step-by-step instructions. Thank you. BAJ

 
 
RGFuIEw





PostPosted: 2005-5-19 0:41:00 Top

java-programmer >> Please help me http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_fp2003_ta/html/OfficeFrontPageCreateDropDownMenu.asp

"Ben" wrote:

> Greetings. I'm looking for a simple way to create drop-down menus in Front
> Page. I posted about this two weeks ago, and received two replies; one of
> them had nothing I could find about Pull-Down menus, and the other was too
> complicated. I'm just looking for step-by-step instructions. Thank you. BAJ
 
 
QmVu





PostPosted: 2005-5-19 0:56:00 Top

java-programmer >> Please help me Greetings. I'm looking for a simple way to create drop-down menus in Front
Page. I posted about this two weeks ago, and received two replies; one of
them had nothing I could find about Pull-Down menus, and the other was too
complicated. I'm just looking for step-by-step instructions. Thank you. BAJ
 
 
cog-bog





PostPosted: 2005-10-17 3:27:00 Top

java-programmer >> Please help me Types of script i need

Rpg How to make man move
On touch messege appear
How to make him gettin into boats and cars
Plz Help u gettin Credits
free avertising for your site pop-ups ect