Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Problems running eclipse on NT4
Problems running eclipse on NT4 [message #23747] Fri, 13 September 2002 11:00 Go to next message
Eclipse UserFriend
Originally posted by: toby2000.freenet.de

Hi!

I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
allways get an error because the jevaw.exe tries to call "GDIGradientFill"
in "gdi32.dll" which is not Supported by Win NT (in none of its Service
Packs).
This is only used to get the gradient fill in the TabbedDialog which is
really nice to so but not needed. So can't I turn it off somewhere maybe
some commandline switches?

Thanks in advance
Tobias
Re: Problems running eclipse on NT4 [message #23838 is a reply to message #23747] Fri, 13 September 2002 14:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: anders_biehl.yahoo.com

Hi Tobias,

I'm running Eclipse (GM3) on WinNT 4.0 SP6 just fine.

What build of Eclipse are you using ? (so I can stay away from that one).

-Anders




"Tobias" <toby2000@freenet.de> wrote in message
news:alsfj0$pi4$1@rogue.oti.com...
> Hi!
>
> I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
> allways get an error because the jevaw.exe tries to call "GDIGradientFill"
> in "gdi32.dll" which is not Supported by Win NT (in none of its Service
> Packs).
> This is only used to get the gradient fill in the TabbedDialog which is
> really nice to so but not needed. So can't I turn it off somewhere maybe
> some commandline switches?
>
> Thanks in advance
> Tobias
>
>
Re: Problems running eclipse on NT4 [message #23919 is a reply to message #23747] Fri, 13 September 2002 23:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sanjaymadhavan.netscape.net

im using eclipse 2.0.1 on NT4 SP6 no problems whatsoever.

/sanjay
"Tobias" <toby2000@freenet.de> wrote in message
news:alsfj0$pi4$1@rogue.oti.com...
> Hi!
>
> I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
> allways get an error because the jevaw.exe tries to call "GDIGradientFill"
> in "gdi32.dll" which is not Supported by Win NT (in none of its Service
> Packs).
> This is only used to get the gradient fill in the TabbedDialog which is
> really nice to so but not needed. So can't I turn it off somewhere maybe
> some commandline switches?
>
> Thanks in advance
> Tobias
>
>
Re: Problems running eclipse on NT4 [message #23958 is a reply to message #23747] Sat, 14 September 2002 01:15 Go to previous messageGo to next message
Stein M. Eliassen is currently offline Stein M. EliassenFriend
Messages: 48
Registered: July 2009
Member
Tobias wrote:
> Hi!
>
> I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
> allways get an error because the jevaw.exe tries to call "GDIGradientFill"
> in "gdi32.dll" which is not Supported by Win NT (in none of its Service
> Packs).
> This is only used to get the gradient fill in the TabbedDialog which is
> really nice to so but not needed. So can't I turn it off somewhere maybe
> some commandline switches?
>
> Thanks in advance
> Tobias
>
>

Perhaps you should try another jdk?

BTW, eclipse.tools is the appropriate group for these types of questions.

Stein
Re: Problems running eclipse on NT4 [message #24333 is a reply to message #23747] Mon, 16 September 2002 06:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: toby2000.freenet.de

I'm using Eclipse Relese 2.0 and the Java SDK 1.4

Any idea on this?

Thanks
Re: Problems running eclipse on NT4 [message #24414 is a reply to message #24333] Mon, 16 September 2002 07:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: anders_biehl.yahoo.com

are you explicitly pointing to the jdk1.4 i your commandline/"shortcut to
Eclipse" ?

something like

"C:\Program Files\IBM\eclipse2\eclipse.exe" -vm "C:\Program
Files\JavaSoft\j2re1.4.0\bin\javaw" -data "C:\Documents and
Settings\Anders\My Documents\Eclipse_Workspace" -vmargs -Xmx384M

-Anders


"Tobias Neugebauer" <toby2000@freenet.de> wrote in message
news:am3r2r$pa$1@rogue.oti.com...
> I'm using Eclipse Relese 2.0 and the Java SDK 1.4
>
> Any idea on this?
>
> Thanks
>
>
>
Re: Problems running eclipse on NT4 [message #24498 is a reply to message #24414] Mon, 16 September 2002 11:37 Go to previous message
Eclipse UserFriend
Originally posted by: toby2000.freenet.de

Okay, I tried it with a new Shortcut tu Eclipse but it didn' work :(
It seems there is a problem with the javaw.exe, according to the Error MSG.
It allways tries to find an entry point in the "gdi32.dll" for the
"GradientFill" Function but can't find it (since this Feature is not present
in Win NT4!).
I somehow need to tell the javaw.exe that there is no Function
"GradientFill" in "gdi32.dll".

I've tried it on a other machine quiet similar to mine and it worked fine
with no changes. I tried several SDK's (1.3.x, 1.4.0 and 1.4.1) and none of
them worked!

Anyone any Idea?


"Anders Biehl" <anders_biehl@yahoo.com> schrieb im Newsbeitrag
news:am40oo$33a$1@rogue.oti.com...
> are you explicitly pointing to the jdk1.4 i your commandline/"shortcut to
> Eclipse" ?
>
> something like
>
> "C:\Program Files\IBM\eclipse2\eclipse.exe" -vm "C:\Program
> Files\JavaSoft\j2re1.4.0\bin\javaw" -data "C:\Documents and
> Settings\Anders\My Documents\Eclipse_Workspace" -vmargs -Xmx384M
>
> -Anders
>
>
> "Tobias Neugebauer" <toby2000@freenet.de> wrote in message
> news:am3r2r$pa$1@rogue.oti.com...
> > I'm using Eclipse Relese 2.0 and the Java SDK 1.4
> >
> > Any idea on this?
> >
> > Thanks
> >
> >
> >
>
>
Re: Problems running eclipse on NT4 [message #581936 is a reply to message #23747] Fri, 13 September 2002 14:33 Go to previous message
Eclipse UserFriend
Originally posted by: anders_biehl.yahoo.com

Hi Tobias,

I'm running Eclipse (GM3) on WinNT 4.0 SP6 just fine.

What build of Eclipse are you using ? (so I can stay away from that one).

-Anders




"Tobias" <toby2000@freenet.de> wrote in message
news:alsfj0$pi4$1@rogue.oti.com...
> Hi!
>
> I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
> allways get an error because the jevaw.exe tries to call "GDIGradientFill"
> in "gdi32.dll" which is not Supported by Win NT (in none of its Service
> Packs).
> This is only used to get the gradient fill in the TabbedDialog which is
> really nice to so but not needed. So can't I turn it off somewhere maybe
> some commandline switches?
>
> Thanks in advance
> Tobias
>
>
Re: Problems running eclipse on NT4 [message #581993 is a reply to message #23747] Fri, 13 September 2002 23:13 Go to previous message
Sanjay Madhavan is currently offline Sanjay MadhavanFriend
Messages: 2
Registered: July 2009
Junior Member
im using eclipse 2.0.1 on NT4 SP6 no problems whatsoever.

/sanjay
"Tobias" <toby2000@freenet.de> wrote in message
news:alsfj0$pi4$1@rogue.oti.com...
> Hi!
>
> I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
> allways get an error because the jevaw.exe tries to call "GDIGradientFill"
> in "gdi32.dll" which is not Supported by Win NT (in none of its Service
> Packs).
> This is only used to get the gradient fill in the TabbedDialog which is
> really nice to so but not needed. So can't I turn it off somewhere maybe
> some commandline switches?
>
> Thanks in advance
> Tobias
>
>
Re: Problems running eclipse on NT4 [message #582011 is a reply to message #23747] Sat, 14 September 2002 01:15 Go to previous message
Stein M. Eliassen is currently offline Stein M. EliassenFriend
Messages: 48
Registered: July 2009
Member
Tobias wrote:
> Hi!
>
> I just installed eclipse on a Win NT4 SP 6a machine. Eclipse starts but I
> allways get an error because the jevaw.exe tries to call "GDIGradientFill"
> in "gdi32.dll" which is not Supported by Win NT (in none of its Service
> Packs).
> This is only used to get the gradient fill in the TabbedDialog which is
> really nice to so but not needed. So can't I turn it off somewhere maybe
> some commandline switches?
>
> Thanks in advance
> Tobias
>
>

Perhaps you should try another jdk?

BTW, eclipse.tools is the appropriate group for these types of questions.

Stein
Re: Problems running eclipse on NT4 [message #582237 is a reply to message #23747] Mon, 16 September 2002 06:00 Go to previous message
Eclipse UserFriend
Originally posted by: toby2000.freenet.de

I'm using Eclipse Relese 2.0 and the Java SDK 1.4

Any idea on this?

Thanks
Re: Problems running eclipse on NT4 [message #582266 is a reply to message #24333] Mon, 16 September 2002 07:37 Go to previous message
Eclipse UserFriend
Originally posted by: anders_biehl.yahoo.com

are you explicitly pointing to the jdk1.4 i your commandline/"shortcut to
Eclipse" ?

something like

"C:\Program Files\IBM\eclipse2\eclipse.exe" -vm "C:\Program
Files\JavaSoft\j2re1.4.0\bin\javaw" -data "C:\Documents and
Settings\Anders\My Documents\Eclipse_Workspace" -vmargs -Xmx384M

-Anders


"Tobias Neugebauer" <toby2000@freenet.de> wrote in message
news:am3r2r$pa$1@rogue.oti.com...
> I'm using Eclipse Relese 2.0 and the Java SDK 1.4
>
> Any idea on this?
>
> Thanks
>
>
>
Re: Problems running eclipse on NT4 [message #582305 is a reply to message #24414] Mon, 16 September 2002 11:37 Go to previous message
Eclipse UserFriend
Originally posted by: toby2000.freenet.de

Okay, I tried it with a new Shortcut tu Eclipse but it didn' work :(
It seems there is a problem with the javaw.exe, according to the Error MSG.
It allways tries to find an entry point in the "gdi32.dll" for the
"GradientFill" Function but can't find it (since this Feature is not present
in Win NT4!).
I somehow need to tell the javaw.exe that there is no Function
"GradientFill" in "gdi32.dll".

I've tried it on a other machine quiet similar to mine and it worked fine
with no changes. I tried several SDK's (1.3.x, 1.4.0 and 1.4.1) and none of
them worked!

Anyone any Idea?


"Anders Biehl" <anders_biehl@yahoo.com> schrieb im Newsbeitrag
news:am40oo$33a$1@rogue.oti.com...
> are you explicitly pointing to the jdk1.4 i your commandline/"shortcut to
> Eclipse" ?
>
> something like
>
> "C:\Program Files\IBM\eclipse2\eclipse.exe" -vm "C:\Program
> Files\JavaSoft\j2re1.4.0\bin\javaw" -data "C:\Documents and
> Settings\Anders\My Documents\Eclipse_Workspace" -vmargs -Xmx384M
>
> -Anders
>
>
> "Tobias Neugebauer" <toby2000@freenet.de> wrote in message
> news:am3r2r$pa$1@rogue.oti.com...
> > I'm using Eclipse Relese 2.0 and the Java SDK 1.4
> >
> > Any idea on this?
> >
> > Thanks
> >
> >
> >
>
>
Previous Topic:System requirements
Next Topic:System requirements
Goto Forum:
  


Current Time: Fri Apr 26 20:10:09 GMT 2024

Powered by FUDForum. Page generated in 0.03377 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top