AppletTalk.com Forum Index AppletTalk.com
Java discussions newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

taking Eclipse for a Spin

 
Post new topic   Reply to topic    AppletTalk.com Forum Index -> Java Software Tools
View previous topic :: View next topic  
Author Message
Roedy Green
Guest





PostPosted: Thu Jul 22, 2004 7:22 am    Post subject: taking Eclipse for a Spin Reply with quote



I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019

Opera eats them just fine.

So two questions:

1. What is the matter with IE?

2. Why is Eclipse using IE rather than my default browser?

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Back to top
zoopy
Guest





PostPosted: Thu Jul 22, 2004 8:45 am    Post subject: Re: taking Eclipse for a Spin Reply with quote



On 22-7-2004 9:22, Roedy Green wrote:
Quote:
I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019

Opera eats them just fine.

So two questions:

1. What is the matter with IE?

Don't know. On my platform (Win2000/Eclipse3/Mozilla as default browser), IE displays Eclipse help
docs with no problem.

Quote:

2. Why is Eclipse using IE rather than my default browser?


If you want your default browser to display help docs, make sure you have ticked "Always use
external browsers" in menu Window/Preferences/Help. Otherwise, Eclipse will use the system's HTML
component, which will be IE on Windows.

HTH,
Z.

Back to top
Mohun Biswas
Guest





PostPosted: Thu Jul 22, 2004 12:40 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote



Roedy Green wrote:
Quote:
I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019

Opera eats them just fine.

So two questions:

1. What is the matter with IE?

Most browsers, given "host:port" as a URL, will append "http://" to it
automatically. But in my experience IE doesn't (perhaps depending on
settings and versions). Most likely "http://127.0.0.1:64019" would work.

--
Thanks,
M.Biswas

Back to top
Dave Neary
Guest





PostPosted: Thu Jul 22, 2004 3:46 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote

Hi,

In article <kkquf05fvllstmak5d8av5rq8ld0bs7ddg (AT) 4ax (DOT) com>, Roedy Green wrote:
Quote:
1. What is the matter with IE?

Perhaps it thinks that 127.0.0.1 is the protocol?

Quote:
2. Why is Eclipse using IE rather than my default browser?

Don't know - works fine for me here.

Cheers,
Dave.


Back to top
Roedy Green
Guest





PostPosted: Thu Jul 22, 2004 4:53 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote

On Thu, 22 Jul 2004 10:45:27 +0200, zoopy <zoopy (AT) hates (DOT) spam> wrote or
quoted :

Quote:
If you want your default browser to display help docs, make sure you have ticked "Always use
external browsers" in menu Window/Preferences/Help. Otherwise, Eclipse will use the system's HTML
component, which will be IE on Windows.

that fixed it. Thanks.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

Back to top
Gilbert Hansen
Guest





PostPosted: Sun Aug 01, 2004 7:52 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote

In article <kkquf05fvllstmak5d8av5rq8ld0bs7ddg (AT) 4ax (DOT) com>, look-
[email]on (AT) mindprod (DOT) com.inva[/email]lid says...
Quote:
I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019

I am having the same problem on a brand new Windows XP Pro system,
i.e., the Eclipse help pages of the form http://127.0.0.1:64019
do not display anything regardless of the external (IE, Mozilla,
FireFox) or internal browser.

I believe the problem is the help server does not start up correctly
even though the JDK is properly installed. Has anyone else encountered
this problem and figured out to make it work?

[ I also cannot start up Tomcat or the Sun App Server, for when I run
the
script, http://localhost:8080 is not recognized. ]

Thanks --Gil
Quote:

Opera eats them just fine.

So two questions:

1. What is the matter with IE?

2. Why is Eclipse using IE rather than my default browser?



Back to top
zoopy
Guest





PostPosted: Sun Aug 01, 2004 8:19 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote

On 1-8-2004 21:52, Gilbert Hansen wrote:

Quote:
In article <kkquf05fvllstmak5d8av5rq8ld0bs7ddg (AT) 4ax (DOT) com>, look-
[email]on (AT) mindprod (DOT) com.inva[/email]lid says...

I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019


I am having the same problem on a brand new Windows XP Pro system,
i.e., the Eclipse help pages of the form http://127.0.0.1:64019


Note that the port number of the help server (64019 above) may be different each time you start Eclipse.


Quote:
do not display anything regardless of the external (IE, Mozilla,
FireFox) or internal browser.

I believe the problem is the help server does not start up correctly
even though the JDK is properly installed. Has anyone else encountered
this problem and figured out to make it work?

[ I also cannot start up Tomcat or the Sun App Server, for when I run
the
script, http://localhost:8080 is not recognized. ]

Thanks --Gil


Check if your firewall (if you have one) is blocking java.exe/javaw.exe.

Regards,
Z.

Back to top
Gil Hansen
Guest





PostPosted: Sun Aug 01, 2004 10:16 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote

In article <410d502d$0$65124$e4fe514c (AT) news (DOT) xs4all.nl>, [email]zoopy (AT) hates (DOT) spam[/email]
says...
Quote:
On 1-8-2004 21:52, Gilbert Hansen wrote:

In article <kkquf05fvllstmak5d8av5rq8ld0bs7ddg (AT) 4ax (DOT) com>, look-
[email]on (AT) mindprod (DOT) com.inva[/email]lid says...

I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019


I am having the same problem on a brand new Windows XP Pro system,
i.e., the Eclipse help pages of the form http://127.0.0.1:64019


Note that the port number of the help server (64019 above) may be different each time you start Eclipse.

I agree, but Help in Ecplise 3.0 works just fine on a Win2000 system I
have access to. There is something peculiar going on with WinXP Pro that
I have been unable to determine.

Quote:


do not display anything regardless of the external (IE, Mozilla,
FireFox) or internal browser.

I believe the problem is the help server does not start up correctly
even though the JDK is properly installed. Has anyone else encountered
this problem and figured out to make it work?

[ I also cannot start up Tomcat or the Sun App Server, for when I run
the
script, http://localhost:8080 is not recognized. ]

Thanks --Gil


Check if your firewall (if you have one) is blocking java.exe/javaw.exe.

I am not using a software firewall. I have verified I can execute java
and javaw from a command line.

Thanks for your suggestions. --gil
Quote:

Regards,
Z.


Back to top
zoopy
Guest





PostPosted: Mon Aug 02, 2004 10:21 am    Post subject: Re: taking Eclipse for a Spin Reply with quote

On 2-8-2004 0:16, Gil Hansen wrote:
Quote:
In article <410d502d$0$65124$e4fe514c (AT) news (DOT) xs4all.nl>, [email]zoopy (AT) hates (DOT) spam[/email]
says...

On 1-8-2004 21:52, Gilbert Hansen wrote:


In article <kkquf05fvllstmak5d8av5rq8ld0bs7ddg (AT) 4ax (DOT) com>, look-
[email]on (AT) mindprod (DOT) com.inva[/email]lid says...


I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019


I am having the same problem on a brand new Windows XP Pro system,
i.e., the Eclipse help pages of the form http://127.0.0.1:64019


Note that the port number of the help server (64019 above) may be different each time you start Eclipse.


I agree, but Help in Ecplise 3.0 works just fine on a Win2000 system I
have access to. There is something peculiar going on with WinXP Pro that
I have been unable to determine.



do not display anything regardless of the external (IE, Mozilla,
FireFox) or internal browser.

I believe the problem is the help server does not start up correctly
even though the JDK is properly installed. Has anyone else encountered
this problem and figured out to make it work?

[ I also cannot start up Tomcat or the Sun App Server, for when I run
the
script, http://localhost:8080 is not recognized. ]

Thanks --Gil


Check if your firewall (if you have one) is blocking java.exe/javaw.exe.


I am not using a software firewall. I have verified I can execute java
and javaw from a command line.

Thanks for your suggestions. --gil

Regards,
Z.

I'm not familiar with XP/Pro, but doesn't XP/Pro have its own builtin firewall? (and, as you were

speaking of a "brand new system", isn't it enabled by default?)

Executing java/javaw from commandline might be OK, but have you tried a java program that actually
creates an internet connection (i.e. creates a socket connection)? The firewall allows java to run
*until* java tries to create a socket connection: if it is configured to block it, the creation of
the socket will fail and, in case of Eclipse, the help server will not start (properly). You might
find traces of this in the Eclipse log (Window->Show view->Error log). [For Tomcat and Sun App
server have a look in the "logs" directories].

HTH,
Z.

Back to top
Gil Hansen
Guest





PostPosted: Fri Aug 06, 2004 5:15 pm    Post subject: Re: taking Eclipse for a Spin Reply with quote

Z,

WinPro XP does not come with its firewall active. The firewall was not
the cause of my problems. Checking the Eclipse .log file, Tomcat, which
serves up the help pages, was not starting up. I'm not sure which
version of Tomcat comes bundled with Eclipse, but when I switched my SDK
from 1.4.2_05 to 1.4.2_03, Tomcat started up and the help pages
displayed correctly.

FYI, Tomcat 5.0.27 will not start up under SDK 1.4.2_05, but will under
1.4.2_03.

Gil

In article <410e158e$0$21106$e4fe514c (AT) news (DOT) xs4all.nl>, [email]zoopy (AT) hates (DOT) spam[/email]
says...
Quote:
On 2-8-2004 0:16, Gil Hansen wrote:
In article <410d502d$0$65124$e4fe514c (AT) news (DOT) xs4all.nl>, [email]zoopy (AT) hates (DOT) spam[/email]
says...

On 1-8-2004 21:52, Gilbert Hansen wrote:


In article <kkquf05fvllstmak5d8av5rq8ld0bs7ddg (AT) 4ax (DOT) com>, look-
[email]on (AT) mindprod (DOT) com.inva[/email]lid says...


I downloaded Eclipse. The orientation seems to want to bring up
Internet Explorer rather than my usual Opera.

Anyway it dies with a 500 server error.

IE can't seem to deal with URLs of this form that Eclipse help is
giving it. 127.0.0.1:64019


I am having the same problem on a brand new Windows XP Pro system,
i.e., the Eclipse help pages of the form http://127.0.0.1:64019


Note that the port number of the help server (64019 above) may be different each time you start Eclipse.


I agree, but Help in Ecplise 3.0 works just fine on a Win2000 system I
have access to. There is something peculiar going on with WinXP Pro that
I have been unable to determine.



do not display anything regardless of the external (IE, Mozilla,
FireFox) or internal browser.

I believe the problem is the help server does not start up correctly
even though the JDK is properly installed. Has anyone else encountered
this problem and figured out to make it work?

[ I also cannot start up Tomcat or the Sun App Server, for when I run
the
script, http://localhost:8080 is not recognized. ]

Thanks --Gil


Check if your firewall (if you have one) is blocking java.exe/javaw.exe.



Back to top
Display posts from previous:   
Post new topic   Reply to topic    AppletTalk.com Forum Index -> Java Software Tools All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.